C++20 sections · 1024 units
Open in Course

Quiz: char Type

Test your understanding

Check Your Understanding

What does int x = '5' - '0'; store in x?

  1. A.The character '5'
  2. B.The number 53
  3. C.Compilation error
  4. D.The number 5
Start the roadmap to answer the quizzes and solve the challenges