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
Explain the use of fflush() function?
code for find determinent of amatrix
What are the benefits of organizational structure?
What are different types of operators?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How many bytes is a struct in c?
Explain what is a static function?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are the different properties of variable number of arguments?
What is meant by recursion?
what do you mean by inline function in C?
How many identifiers are there in c?
What are local static variables?
What is the use of in c?