for(;;)
printf("C language")
What is out put of above??
Answers were Sorted based on User's Feedback
Answer / himanshu rajput
it will go infinitely,produce c language infinite time.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / anilsn
compilation error, ; should be at the end of printf
Is This Answer Correct ? | 1 Yes | 1 No |
What is meaning of tree
What are extern variables in c?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What are void pointers in c?
what do the 'c' and 'v' in argc and argv stand for?
How would you print out the data in a binary tree, level by level, starting at the top?
how to print value of e(exp1)up to required no of digits after decimal?
wat s the meaning of (int *)p +4;
What will be your course of action for a push operation?
what is the return type of printf
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?