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 / prem
Hai Deepa,You are Absolutely right.d is the right
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the differences between new and malloc in C?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Why do we use header files in c?
Explain heap and queue.
Define and explain about ! Operator?
What is an arrays?
which type of aspect you want from the student.
How do I get an accurate error status return from system on ms-dos?
What is main return c?
How can I get the current date or time of day in a c program?
What is double pointer in c?
Why do we use pointer to pointer in c?
Explain what math functions are available for integers? For floating point?
difference between native and cross compilers
How many header files are in c?