Sail E0 Webinar
Question
What will be the output given program?
#include
void main()
{
int i = -10;
for(;i;printf("%d ", i++));
}
Options:
A .  -10 to -1
B .  -10 to infinite
C .  -10 to 0
D .  Complier error
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers