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 dynamic data structure?

649


Explain how can a program be made to print the line number where an error occurs?

698


What does the function toupper() do?

661


what are the different storage classes in c?

665


Why & is used in c?

718






Why do we use null pointer?

609


Write a program to generate the Fibinocci Series

673


What is static and auto variables in c?

571


Why calloc is better than malloc?

574


How to draw the flowchart for structure programs?

8764


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1788


What are 3 types of structures?

596


What is ## preprocessor operator in c?

618


How do I read the arrow keys? What about function keys?

618


What is this infamous null pointer, anyway?

613