1.

Predict the output. #include <iostream.h>int main(){int a = 0; start: cout<<endI<<++a;if(a < 5) goto start; }

Answer»

3



Discussion

No Comment Found

Related InterviewSolutions