While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / hemas
yes, it is infinite loop.
it will terminate after stack overflow occur.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is multidimensional arrays
What is a void pointer in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Is c compiled or interpreted?
How to implement a packet in C
What is the importance of c in your views?
Why pointers are used in c?
How do you declare a variable that will hold string values?
Explain how do you convert strings to numbers in c?
What are the advantages of Macro over function?
What is an array? What the different types of arrays in c?
Are pointers really faster than arrays?
When should the volatile modifier be used?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Why clrscr is used in c?