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 are variables and it what way is it different from constants?

795


What is the difference between malloc() and calloc() function in c language?

610


What is the benefit of using #define to declare a constant?

611


What is anagram in c?

521


What is c definition?

754






What is the difference between null pointer and wild pointer?

644


What is the difference between ++a and a++?

701


What is function definition in c?

593


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

610


regarding pointers concept

1579


Mention four important string handling functions in c languages .

634


What is integer constants?

626


How does normalization of huge pointer works?

645


Why do we need arrays in c?

590


If fflush wont work, what can I use to flush input?

623