how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / rahul
infinite times
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
What are the functions to open and close the file in c language?
What is the value of h?
How can you increase the allowable number of simultaneously open files?
What are called c variables?
difference between object file and executable file
Tell me with an example the self-referential structure?
Tell me what is null pointer in c?
What does d mean?
How can I call a function with an argument list built up at run time?
Why is c used in embedded systems?
Why can't I perform arithmetic on a void* pointer?
What is enumerated data type in c?
What is the difference between a free-standing and a hosted environment?
Implement bit Array in C.