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
write a program to find the given number is prime or not
What are pointers? Why are they used?
What is putchar() function?
difference between Low, Middle, High Level languages in c ?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the difference between fread and fwrite function?
Compare interpreters and compilers.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What does typedef struct mean?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the different types of control structures in programming?
#include
Explain spaghetti programming?
How variables are declared in c?
What does != Mean in c?