for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????
Answer Posted / shashikanth
Hello wil be printed infinite times
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to set file pointer to beginning c?
Does sprintf put null character?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How do I read the arrow keys? What about function keys?
how to count no of words,characters,lines in a paragraph.
how to capitalise first letter of each word in a given string?
What are linker error?
What tq means in chat?
Why is c not oop?
How can I read a binary data file properly?
Write a program for Overriding.
What are the back slash character constants or escape sequence charactersavailable in c?
What is an example of structure?
Why c is faster than c++?
Difference between constant pointer and pointer to a constant.