Get Instant Homework Help with C++ Programming, Data Types Questions

Stuck on a question? Our AI-powered assistant is here to help!

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
Back to All Questions