Constants are divided into symbolic constants, const pseudo-consts, and character constants (including integer constants); if they are symbolic constants, the address cannot be taken; because they are replacements for character constants during code execution; The character constant is an immediate number, and its temporary storage area is a register, not the memory;
The const pseudo-const is in the memory and can be operated by taking the address;