write a “Hello World” program in “c” without using a semicolon?
Answer Posted / mahesh
#include<stdio.h>
void main()
{
if(printf("Hello World"))
{
}
}
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why is C language being considered a middle level language?
What is the difference between constant pointer and constant variable?
code for replace tabs with equivalent number of blanks
Explain the binary height balanced tree?
What does p mean in physics?
How do shell structures work?
What are qualifiers in c?
What is the use of define in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
how to find anagram without using string functions using only loops in c programming
What are the types of pointers in c?
List the difference between a "copy constructor" and a "assignment operator"?
Can we initialize extern variable in c?
what is the diffrenet bettwen HTTP and internet protocol
What is the c language function prototype?