Which of the following is not an infinite loop ?
a.while(1){
....
}
b.for(;;){
...
}
c.x=0;
do{
/*x unaltered within theloop*/
...
}while(x==0);
d.# define TRUE 0
...
while(TRUE){
....
}

Answer Posted / deepa

d

Is This Answer Correct ?    44 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2976


What is the c language function prototype?

642


What is the general form of function in c?

607


What are the types of i/o functions?

674


What are variables and it what way is it different from constants?

777






What is actual argument?

585


What is the size of enum in bytes?

578


how to create duplicate link list using C???

2068


What are pointers? Why are they used?

627


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1696


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

760


What is the difference between near, far and huge pointers?

624


number of times a digit is present in a number

1537


formula to convert 2500mmh2o into m3/hr

491


what is the height of tree if leaf node is at level 3. please explain

1592