can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / taruna chaudhary
#include<stdio.h>
void main()
{
clrscr();
if("printf(hello pushpendra)")
getch();
}
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What does %d do in c?
What are the similarities between c and c++?
What is cohesion and coupling in c?
Explain two-dimensional array.
formula to convert 2500mmh2o into m3/hr
Can you assign a different address to an array tag?
explain what are actual arguments?
What are linked lists in c?
Can you return null in c?
What is the stack in c?
What is the -> in c?
Explain Basic concepts of C language?
Explain what is the concatenation operator?
what are enumerations in C
write a programming in c to find the sum of all elements in an array through function.