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
What does %d do in c?
Define Array of pointers.
What does the function toupper() do?
Explain how do you list files in a directory?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Which one would you prefer - a macro or a function?
What is typedef example?
Can a local variable be volatile in c?
Is it possible to initialize a variable at the time it was declared?
What is data structure in c and its types?
What is difference between constant pointer and constant variable?
What is the ANSI C Standard?
How many types of arrays are there in c?
What does it mean when a pointer is used in an if statement?
What is a scope resolution operator in c?