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
Is printf a keyword?
Ow can I insert or delete a line (or record) in the middle of a file?
Can two or more operators such as and be combined in a single line of program code?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How can I implement sets or arrays of bits?
What is hashing in c?
what are # pragma staments?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How to Throw some light on the splay trees?
Why isnt there a numbered, multi-level break statement to break out
What are local static variables?
What is main () in c?
If the size of int data type is two bytes, what is the range of signed int data type?
How do c compilers work?