C++20 sections · 1024 units
Open in Course

Quiz: Precedence

Test precedence rules

Check Your Understanding

What does int x = 10 - 2 * 3 + 4; evaluate to?

  1. A.10
  2. B.8
  3. C.12
  4. D.18
Start the roadmap to answer the quizzes and solve the challenges