how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / guest
infinite coz there is no condition to stop it
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Write a program to check prime number in c programming?
How can I implement a delay, or time a users response, with sub-second resolution?
What is #line used for?
Explain goto?
How to throw some light on the b tree?
What is the -> in c?
Explain what is the difference between a free-standing and a hosted environment?
What is the difference between fread buffer() and fwrite buffer()?
Explain what is wrong with this program statement? Void = 10;
What is dynamic dispatch in c++?
Can you think of a logic behind the game minesweeper.
What are the different types of control structures in programming?
Can you mix old-style and new-style function syntax?
Why functions are used in c?