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


Please Help Members By Posting Answers For Below Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1018


How do you override a defined macro?

952


What is const volatile variable in c?

811


Once I have used freopen, how can I get the original stdout (or stdin) back?

859


Is python a c language?

801


How can I do peek and poke in c?

873


Is c easy to learn?

768


What are 3 types of structures?

861


Is c programming hard?

800


What are header files and explain what are its uses in c programming?

868


What is the size of structure in c?

922


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.

1990


Add Two Numbers Without Using the Addition Operator

598


Differentiate between full, complete & perfect binary trees.

889


how to build a exercise findig min number of e heap with list imlemented?

1870