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
Dont ansi function prototypes render lint obsolete?
how can f be used for both float and double arguments in printf? Are not they different types?
Why isnt there a numbered, multi-level break statement to break out
explain how do you use macro?
What is difference between Structure and Unions?
How do you use a pointer to a function?
What is the scope of an external variable in c?
Suggesting that there can be 62 seconds in a minute?
What does *p++ do?
What is ambagious result in C? explain with an example.
What does the c preprocessor do?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How do I get an accurate error status return from system on ms-dos?
What is a protocol in c?