While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / mahi
it is infinite loop.and it will terminate if we will call
break statement in loop.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is gets() function?
Subtract Two Number Without Using Subtraction Operator
What are the advantages of c preprocessor?
How can I recover the file name given an open stream?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Why use int main instead of void main?
When should I declare a function?
What is the difference between call by value and call by reference in c?
What is the difference between array_name and &array_name?
When is the “void” keyword used in a function?
Why are algorithms important in c program?
What are the 32 keywords in c?
What is array of structure in c programming?
How important is structure in life?
What is the hardest programming language?