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


Please Help Members By Posting Answers For Below Questions

Explain what is meant by high-order and low-order bytes?

869


Are comments included during the compilation stage and placed in the EXE file as well?

898


State two uses of pointers in C?

862


What is an example of structure?

818


How we can insert comments in a c program?

882


Explain how can type-insensitive macros be created?

805


Do string constants represent numerical values?

1170


What is a stream water?

919


What is volatile c?

800


What is a pointer on a pointer in c programming language?

883


Explain what is the benefit of using an enum rather than a #define constant?

1015


What is the use of structure padding in c?

831


can we implement multi-threads in c.

917


What is difference between structure and union with example?

851


What is c programing language?

862