write a “Hello World” program in “c” without using a semicolon?
Answer Posted / rajeev
int main()
{
if(printf("hello world"))
}
For if statement compiler does not expect semi colon.
Is This Answer Correct ? | 55 Yes | 18 No |
Post New Answer View All Answers
What is a const pointer?
Why is struct padding needed?
What is the benefit of using const for declaring constants?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Why use int main instead of void main?
There seem to be a few missing operators ..
What is spark map function?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What are the types of type qualifiers in c?
Explain what is the difference between #include and #include 'file' ?
What are the types of operators in c?
What is the difference between typedef struct and struct?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are disadvantages of C language.