a character
variable
can at a time store
only
one character .
Answers
Answered by
0
Answer:
character variable can at a time store only one character. In fact, if we execute the following statements, what gets stored in variable ch is not really the character constant, but the ASCII value of 'A', which is 65.
Similar questions