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

Which header file should you include if you are to develop a function which can accept variable number of arguments?

1058


Why is sprintf unsafe?

812


What is array of pointers to string?

796


How many main () function we can have in a project?

879


What are dangling pointers? How are dangling pointers different from memory leaks?

913


What is the difference between array and pointer in c?

812


What are directives in c?

736


Not all reserved words are written in lowercase. TRUE or FALSE?

990


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

864


What do you mean by a local block?

833


What is call by reference in functions?

884


What are data types in c language?

801


What does volatile do?

754


What is define directive?

862


Can we access the array using a pointer in c language?

812