This topic contains 0 replies, has 0 voices, and was last updated by EduGorilla 1 year, 11 months ago.
- AuthorPosts
- Select Question Language :
Consider the following C program
void main ( )
{
int i, s ;
for (i = 0; ; i + +)
{ s = s + i / (i – 2) ;
If (i > 5) break ;
}
}
Which one of the following is a TRUE statement?Options :-
- There is a syntax error
- There is a type mismatch error
- There is a runtime error
- There is no runtime error
Post your Training /Course EnquiryAre You looking institutes / coaching center for- IIT-JEE, NEET, CAT
- Bank PO, SSC, Railways
- Study Abroad
- AuthorPosts