True/False
The following statements both declare the variable num to be an integer.
int num;
INT num;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following will cause the
Q7: The expression 7 % 2 evaluates to<br>A)
Q22: The following two statements could be used
Q23: _ are data items whose values cannot
Q24: A C++ character literal is enclosed in
Q25: If a variable is defined as<br>int sum;<br>it
Q26: If number is an int variable, both
Q29: A variable must be defined<br>A) in every
Q30: In a C++ program, two slash marks
Q32: What value will be assigned to the