Multiple Choice
What is the output of the following code fragment?
{
Int x=13;
Cout << x <<",";
}
Cout << x << endl;
A) 13,13
B) 0,13
C) 13,0
D) nothing, there is a syntax error.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: What is the output of the following
Q23: In an enumerated data type, different constants
Q24: How many times is "Hi" printed to
Q25: Which of the following are equivalent to
Q26: What is wrong with the following for
Q28: It is illegal to make function calls
Q29: If you want a loop to quit
Q30: Given the following enumerated data type definition,
Q31: If you need to write a do-while
Q32: A semicolon by itself is a valid