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
Are the outer parentheses in return statements really optional?
State the difference between x3 and x[3].
Can main () be called recursively?
What is cohesion and coupling in c?
Why can arithmetic operations not be performed on void pointers?
Write a code to remove duplicates in a string.
What is c variable?
Why doesnt this code work?
Define VARIABLE?
the question is that what you have been doing all these periods (one year gap)
What is malloc() function?
Does * p ++ increment p or what it points to?
Why is c called a mid-level programming language?
Does c have enums?
What are pointers really good for, anyway?