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


Please Help Members By Posting Answers For Below Questions

write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2457


What is a null pointer in c?

602


Write a program to print ASCII code for a given digit.

692


Was 2000 a leap year?

635


largest Of three Number using without if condition?

1012






Explain what is the stack?

643


Explain what is the general form of a c program?

629


which is conditional construct a) if statement b) switch statement c) while/for d) goto

741


What are qualifiers and modifiers c?

553


What is a program?

669


What is the difference between functions getch() and getche()?

625


what are the 10 different models of writing an addition program in C language?

1443


what is different between auto and local static? why should we use local static?

648


What is volatile, register definition in C

693


What does c mean in basketball?

567