Discussion :: Control Instructions
-
How many times "FresherGATE" is get printed?
#include int main() { int x; for(x=-1; x10; x++) { if(x 5) continue; else break; printf("FresherGATE"); } return 0; }
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook