how can we print hellow world programme without using semicolon
Answer Posted / akbar
#include<stdio.h>
int main()
{
printf("Hello World
");
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Was 2000 a leap year?
How can I find out the size of a file, prior to reading it in?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the argument of a function in c?
What does %d do?
In a switch statement, what will happen if a break statement is omitted?
What is a double c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is a const pointer?
Can stdout be forced to print somewhere other than the screen?
what is the syallabus of computer science students in group- 1?
Why is c used in embedded systems?
What is the size of structure pointer in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the difference between fread and fwrite function?