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

Explain what is a 'locale'?

823


How to compare array with pointer in c?

870


What does %c mean in c?

874


What is the difference between a string and an array?

952


What is the difference between new and malloc functions?

858


What is use of null pointer in c?

773


What is the size of enum in bytes?

829


Explain Function Pointer?

934


which is an algorithm for sorting in a growing Lexicographic order

1612


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2927


Explain bit masking in c?

937


What is a nested formula?

833


How we can insert comments in a c program?

879


How can I prevent another program from modifying part of a file that I am modifying?

859


What is the main difference between calloc () and malloc ()?

878