C++20 sections · 1024 units
Open in Course

Quiz: Large integers

Large integers

Check Your Understanding

When should you use long long instead of int?

  1. A.For decimal numbers
  2. B.For single characters
  3. C.When numbers might exceed 2 billion
  4. D.Never, int is always enough
Start the roadmap to answer the quizzes and solve the challenges