Hexadecimal and octal literals are indicated by special prefixes. A hexadecimal literal is indicated by the ‘0x’ prefix:
int n =0x1000; // decimal value of n is 4096
An octal literal is indicated by the prefix 0 (zero):
n = 01000; // decimal value of n is 512
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























