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
Explain b+ tree?
find the sum of two matrices and WAP for it.
how can I convert a string to a number?
What are qualifiers?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain the difference between #include "..." And #include <...> In c?
What is malloc return c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is c token?
What is the difference between NULL and NUL?
What is bubble sort in c?
What is the need of structure in c?
What are the different types of control structures in programming?
What is hungarian notation? Is it worthwhile?
What are directives in c?