1. 1U means that 1 is an unsigned int and not another unsigned type?
2. '\012' and '\xb' values are the same with 012 and 0xb?
3. Any numbers appearing like the following:
'\546'
are considered octals or decimals?
2. '\012' and '\xb' values are the same with 012 and 0xb?
3. Any numbers appearing like the following:
'\546'
are considered octals or decimals?
Comment