for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????
Answer Posted / anandi
"Hello" will be printed infinite time.......
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is that possible to add pointers to each other?
What are the advantages of using macro in c language?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is static identifier?
What are compound statements?
What is string function c?
How can I trap or ignore keyboard interrupts like control-c?
how should functions be apportioned among source files?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What does 4d mean in c?
Difference between Function to pointer and pointer to function
What is function in c with example?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why is c still so popular?