While(1)
{

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

Answer Posted / vignesh1988i

only break statement can do it

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2708


What does sizeof int return?

574


What is sizeof int in c?

586


Is r written in c?

714


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

770






Why c is called procedure oriented language?

561


Explain how can I read and write comma-delimited text?

636


What are identifiers and keywords in c?

554


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1654


What are the 5 types of organizational structures?

539


How can I read in an object file and jump to locations in it?

561


What is the purpose of the preprocessor directive error?

665


Why c is called object oriented language?

571


How can you determine the size of an allocated portion of memory?

732


Explain what are binary trees?

598