Solved

Consider the Following Code \quad Cout << Ch; \quad Cin >> Ch;
}
This Code Is an Example of

Question 35

Multiple Choice

Consider the following code.(Assume that all variables are properly declared.)
cin >> ch;
While (cin)
{
\quad cout << ch;
\quad cin >> ch;
}
This code is an example of a(n) ____ while loop.


A) sentinel-controlled
B) flag-controlled
C) EOF-controlled
D) counter-controlled

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions