how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / ani
infinite loop, bcoz there is no condition to break the loop.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How do we print only part of a string in c?
Explain high-order and low-order bytes.
What are the application of c?
Why pointers are used?
What is function prototype?
Why is #define used?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is a method in c?
what do you mean by inline function in C?
What are the disadvantages of external storage class?
When can you use a pointer with a function?
How are pointers declared in c?
What are the valid places to have keyword “break”?
How to Throw some light on the splay trees?
Explain what is meant by 'bit masking'?