for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????

Answer Posted / navdeep

"Hello" will be printed infinite times

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why isn't it being handled properly?

650


program to convert a integer to string in c language'

1989


What are run-time errors?

603


When should you not use a type cast?

662


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1788






Is c high or low level?

588


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1471


How are portions of a program disabled in demo versions?

757


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1362


How can you check to see whether a symbol is defined?

596


how many errors in c explain deply

1633


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1256


Function calling procedures? and their differences? Why should one go for Call by Reference?

639


Why structure is used in c?

600


How do I create a directory? How do I remove a directory (and its contents)?

609