While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / senthilmanikandan
It is finite loop...
if loop reaches Stack Overflow then it will automatically
terminated....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How we can insert comments in a c program?
What is difference between array and pointer in c?
Are pointers integer?
simple program of graphics and their output display
What do mean by network ?
Why we use break in c?
Explain what happens if you free a pointer twice?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the -> in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How can I prevent another program from modifying part of a file that I am modifying?
What is #line used for?
Are global variables static in c?
Why is python slower than c?
How can I get back to the interactive keyboard if stdin is redirected?