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


Please Help Members By Posting Answers For Below Questions

Explain what are the __date__ and __time__ preprocessor commands?

596


What is the most efficient way to count the number of bits which are set in an integer?

595


What is atoi and atof in c?

620


What is table lookup in c?

634


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

615






Is Exception handling possible in c language?

1588


Explain zero based addressing.

613


Why do we use int main?

618


write a c program to find the sum of five entered numbers using an array named number

1622


What is array of pointers to string?

575


What is a lvalue

668


What are dangling pointers in c?

650


What is the difference between near, far and huge pointers?

630


Why we write conio h in c?

570


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

639