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 static memory allocation? Explain
Give me the code of in-order recursive and non-recursive.
What does %c do in c?
Three major criteria of scheduling.
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
int far *near * p; means
What is spark map function?
Why does everyone say not to use scanf? What should I use instead?
Write a program to print prime nums from 1-20 using c programing?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Which is the best website to learn c programming?
write a function for strtok()??