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
How would you obtain the current time and difference between two times?
How can a number be converted to a string?
What is the use of pragma in embedded c?
What is || operator and how does it function in a program?
What is chain pointer in c?
what is the format specifier for printing a pointer value?
Write a code to generate a series where the next element is the sum of last k terms.
Can include files be nested? How many levels deep can include files be nested?
What do you know about the use of bit field?
What are the standard predefined macros?
How to Throw some light on the splay trees?
What is binary tree in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Write a progarm to find the length of string using switch case?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3