Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardC++undefined behavior catalogSingle-choice MCQ

This code is undefined behavior. What is the specific rule it violates?

int i = 0; i = i++ + ++i;