---------- Constants are the sequence of character stored as a single unit.
Answers
Answered by
0
Answer:
Explanation:
A single character contained between single quotes is a C character constant. [...] Because characters are really stored as numeric values, you can also use the numerical code to assign values. [...] Somewhat oddly, C treats character constants as type int rather than type char. For example, on an ASCII system with a 32-bit int and an 8-bit char, the code
Similar questions