What is the data type of a variable that can store whole numbers in C++?
Question:
What is the data type of a variable that can store whole numbers in C++?
Choices:
- float
- int
- char
- double
Answer:
int
Topic: C++ Programming, Data Types