While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / vignesh1988i
only break statement can do it
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How can I swap two values without using a temporary?
How can I get the current date or time of day in a c program?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How can you increase the allowable number of simultaneously open files?
Explain function?
What is %s and %d in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What are preprocessor directives in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Give the rules for variable declaration?
How can I run c program?
What is actual argument?
What does nil mean in c?
Is sizeof a keyword in c?
What is integer constants?