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
Explain the difference between exit() and _exit() function?
Write a program that accept anumber in words
What is meant by preprocessor in c?
What is the use of in c?
What are the header files used in c language?
What is pass by reference in c?
simple program of graphics and their output display
Between macros and functions,which is better to use and why?
What is data structure in c language?
Why is c fast?
How can I direct output to the printer?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What are the different types of linkage exist in c?
What is string concatenation in c?
What is the ANSI C Standard?