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
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is the benefit of using const for declaring constants?
Why static variable is used in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is a #include preprocessor?
What is void main () in c?
Is int a keyword in c?
How do I determine whether a character is numeric, alphabetic, and so on?
What is malloc and calloc?
Can we initialize extern variable in c?
What is variable declaration and definition in c?
What is getch () for?
What is volatile variable how do you declare it?
How to Throw some light on the splay trees?
How do you search data in a data file using random access method?