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 to build a exercise findig min number of e heap with list imlemented?
is it possible to create your own header files?
What is array in C
praagnovation
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How is a null pointer different from a dangling pointer?
What is sizeof return in c?
Explain spaghetti programming?
What is the difference between far and near in c?
What is a constant and types of constants in c?
What is wrong with this code?
What is register variable in c language?
Write a progarm to find the length of string using switch case?
What does malloc () calloc () realloc () free () do?
What are the 32 keywords in c?