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 a wrapper function in c?
What is merge sort in c?
What is cohesion and coupling in c?
Can we use visual studio for c?
What is I ++ in c programming?
What are linked lists in c?
What library is sizeof in c?
what are non standard function in c
Give the rules for variable declaration?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the difference between printf and scanf )?
How are pointers declared in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is new line escape sequence?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)