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
What is binary tree in c?
Where can I get an ansi-compatible lint?
Is exit(status) truly equivalent to returning the same status from main?
Who developed c language?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Why & is used in scanf in c?
How can I remove the leading spaces from a string?
What is queue in c?
Why is c still so popular?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is s or c?
What the advantages of using Unions?
What is structure in c language?
How do you generate random numbers in C?
What is "Duff's Device"?