Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
hard
C++
undefined behavior catalog
Single-choice MCQ
This code is undefined behavior. What is the specific rule it violates?
int i = 0; i = i++ + ++i;