Multiple Choice
How many times is "Hi" printed to the screen
Forint i=0;i<14;i++) ;
Cout <<"Hi\n";
A) 13
B) 15
C) 14
D) 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following are valid case
Q20: A switch statement variable must be _
Q21: All nested if-else statements can be converted
Q22: What is the output of the following
Q23: In an enumerated data type, different constants
Q25: Which of the following are equivalent to
Q26: What is wrong with the following for
Q27: What is the output of the following
Q28: It is illegal to make function calls
Q29: If you want a loop to quit