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 are the disadvantages of c language?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
hi send me sample aptitude papers of cts?
What is typedef example?
Why c is a procedural language?
what are the stoge class in C and tel the scope and life time of it?
How many main () function we can have in a project?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is the use of #define preprocessor in c?
What are the basic data types associated with c?
how can i print "hello"
Q. where is the below variables stored ? - volatile, static, register