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
What is the meaning of c in c language?
Here is a neat trick for checking whether two strings are equal
What are header files and explain what are its uses in c programming?
Write a code to generate divisors of an integer?
Differentiate between declaring a variable and defining a variable?
How do I create a directory? How do I remove a directory (and its contents)?
What is a macro, and explain how do you use it?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is a node in c?
Are enumerations really portable?
What is data type long in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Is there any demerits of using pointer?
Why should I use standard library functions instead of writing my own?
What is the difference between printf and scanf )?