While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / mahi
it is infinite loop.and it will terminate if we will call
break statement in loop.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Is printf a keyword?
What are the features of c language?
Explain logical errors? Compare with syntax errors.
Why does the call char scanf work?
Which built-in library function can be used to match a patter from the string?
What is auto keyword in c?
How can I run c program?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What are linked lists in c?
Explain what is a const pointer?
Describe wild pointers in c?
hi any body pls give me company name interview conduct "c" language only
How can I access an I o board directly?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Is c compiled or interpreted?