1.

If the variable count exceeds 100, a single statement that prints Too many is

A. If (count<100) cout << Too many ,
B. If (count>100) cout >> Too many ,
C. If (count>100) cout << Too many ,
D. None of these
Answer» D. None of these


Discussion

No Comment Found