ex2.5 notation vs type?
Author: lthietCreated Apr 9, 2022Updated Apr 10, 2022
Hi,
In the answers, you suggest that 012 is an octal type and 0xC is a hexadecimal
I was wondering if you have considered that octal and hexadecimal are just notations instead of types? I would rather say that these are unsigned int.
What do you think?
Source: Mooophy/Cpp-Primer