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
Can stdout be forced to print somewhere other than the screen?
What is structure and union in c?
formula to convert 2500mmh2o into m3/hr
Who invented b language?
find the sum of two matrices and WAP for it.
What is NULL pointer?
What is extern keyword in c?
What is the use of bitwise operator?
What are the c keywords?
Why c is called free form language?
what is a constant pointer in C
How can I discover how many arguments a function was actually called with?
Can math operations be performed on a void pointer?
Write a program to check whether a number is prime or not using c?
Explain how do you convert strings to numbers in c?