how to write hello word without using semicolon at the end?
Answer Posted / jithneder palle
int main(void)
{
if(printf("hello world"))
}
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How can you read a directory in a C program?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the difference between procedural and functional programming?
What is the equivalent code of the following statement in WHILE LOOP format?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is the c language function prototype?
What does %2f mean in c?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the use of a semicolon (;) at the end of every program statement?
What is a program flowchart and explain how does it help in writing a program?
What is quick sort in c?
#include
When we use void main and int main?
Is c still relevant?
Under what circumstances does a name clash occur?