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
why wipro wase
What is derived datatype in c?
How to implement a packet in C
about c language
how can use subset in c program and give more example
Can a local variable be volatile in c?
Difference between goto, long jmp() and setjmp()?
Explain the ternary tree?
what is use of malloc and calloc?
How can I write functions that take a variable number of arguments?
How to define structures? ·
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Can math operations be performed on a void pointer?
Can true be a variable name in c?
Why static variable is used in c?