Examlex

Solved

What Will the Following Program Segment Do? Int Counter{1};

question 29

Multiple Choice

What will the following program segment do? int counter{1};
Do
{
Cout << counter << " ";
} while (++counter <= 10) ;


Definitions:

Related Questions