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 write a function analogous to scanf?
Explain how can you tell whether a program was compiled using c versus c++?
Is c is a low level language?
Combinations of fibanocci prime series
What are the __date__ and __time__ preprocessor commands?
What is the use of getchar() function?
What is restrict keyword in c?
What is quick sort in c?
Explain the properties of union.
What is the purpose of the preprocessor directive error?
What is the heap in c?
largest Of three Number using without if condition?
How do I use strcmp?
Is null always equal to 0(zero)?
main() { printf("hello"); fork(); }