While(1)
{

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

Answer Posted / raj

it is infinite loop
while(1)
{
break;
}

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a good data structure to use for storing lines of text?

569


Which is the memory area not included in C program? give the reason

1481


How many levels of indirection in pointers can you have in a single declaration?

571


What type of function is main ()?

562


Can we declare variables anywhere in c?

548






Can you return null in c?

574


Is c programming hard?

553


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1605


What is void main () in c?

703


What is getch () for?

649


What is p in text message?

513


What are the data types present in c?

594


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

627


Explain what is #line used for?

588


What do you mean by invalid pointer arithmetic?

606