What is the output of the following code?
int m = 5, c = 0;
while (c < 100)
{
m = m + 1;
c = c + 1;
}
cout << m;
105
Computer Science & Information Technology
You might also like to view...
The name of the box in which the height of a picture can be changed
A) Crop Height B) Height Size C) Shape Height
Computer Science & Information Technology
Loopback plugs check input/output functions by connecting transmission pins to receive pins to see if the port is physically working properly
Indicate whether the statement is true or false
Computer Science & Information Technology