for(;;)
printf("C language")
What is out put of above??
Answer Posted / himanshu rajput
it will go infinitely,produce c language infinite time.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Why does this code crash?
What is optimization in c?
What is wild pointer in c with example?
What is context in c?
What is fflush() function?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Difference between exit() and _exit() function?
What is the use of sizeof?
How can I trap or ignore keyboard interrupts like control-c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
When should I declare a function?
Implement bit Array in C.
Explain how do you determine the length of a string value that was stored in a variable?
List some of the static data structures in C?
What is the use of typedef in structure in c?