While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / mahi
it is infinite loop.and it will terminate if we will call
break statement in loop.
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How do you override a defined macro?
What is const volatile variable in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Is python a c language?
How can I do peek and poke in c?
Is c easy to learn?
What are 3 types of structures?
Is c programming hard?
What are header files and explain what are its uses in c programming?
What is the size of structure in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Add Two Numbers Without Using the Addition Operator
Differentiate between full, complete & perfect binary trees.
how to build a exercise findig min number of e heap with list imlemented?