Multiple Choice
What is wrong with the following code?
int count = 2000 * 3000 * 4000;
A) Wrong data type
B) Variable is undefined
C) Integer overflow
D) Illegal expression
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q77: What is the output of this code
Q78: Which option represents the best choice for
Q79: A student's class average can be computed
Q80: Which of the following statements about constants
Q81: Which one of the following statements can
Q83: What is the output of the following
Q84: What will be printed by the statements
Q85: What is result of evaluating the following
Q86: Which of the following statements will assign
Q87: What is the value of the following