Computer Science, asked by gurwindersingh55, 6 months ago

how can octal and hexadecimal literals be represented plz do it fast​

Answers

Answered by manishasrinivasan007
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