1.

How many times the following loop will execute? int m = 2 do { cout<<“Welcome”; m++ ; } while (m>10);

Answer»

Only one time



Discussion

No Comment Found

Related InterviewSolutions