C++20 sections · 1024 units
Open in CourseQuiz: Decimal numbers
Decimal numbers
Check Your Understanding
What is the main difference between int and double?
- A.double can only store positive numbers
- B.int is faster than double
- C.There is no difference
- D.double can store decimal values, int cannot