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
Explain what is meant by high-order and low-order bytes?
Are comments included during the compilation stage and placed in the EXE file as well?
State two uses of pointers in C?
What is an example of structure?
How we can insert comments in a c program?
Explain how can type-insensitive macros be created?
Do string constants represent numerical values?
What is a stream water?
What is volatile c?
What is a pointer on a pointer in c programming language?
Explain what is the benefit of using an enum rather than a #define constant?
What is the use of structure padding in c?
can we implement multi-threads in c.
What is difference between structure and union with example?
What is c programing language?