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
Can you please explain the difference between syntax vs logical error?
How is pointer initialized in c?
Why we use void main in c?
What are reserved words?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a program that accept anumber in words
Can a pointer be static?
How can I open files mentioned on the command line, and parse option flags?
Why flag is used in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Explain how do you search data in a data file using random access method?
What is difference between stdio h and conio h?
Explain what are preprocessor directives?
What is a dynamic array in c?
Differentiate call by value and call by reference?