how can octal and hexadecimal literals be represented plz do it fast
Answers
Answered by
0
Answer:
If you need to use a literal integer with octal numbering, prepend a 0 to the number. For example, the octal number 777 would be the literal 0777. Hexadecimal integers are used as literals by prepending the number with 0x, as in 0x12 or 0xFF.
☺☺
Similar questions