While(1)
{

}
when this loop get terminate is it a infinite loop?

Answer Posted / senthilmanikandan

It is finite loop...
if loop reaches Stack Overflow then it will automatically
terminated....

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure padding and packing in c?

623


What is a constant and types of constants in c?

604


Who invented bcpl language?

705


Can you pass an entire structure to functions?

696


What are the different properties of variable number of arguments?

669






When should the register modifier be used? Does it really help?

615


Explain the difference between structs and unions in c?

577


Can a pointer point to null?

589


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

837


find the sum of two matrices and WAP for it.

634


Explain what is a stream?

609


Where can I get an ansi-compatible lint?

643


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

721


Explain the difference between null pointer and void pointer.

673


What is non linear data structure in c?

577