Computer Science, asked by muhammadkhan90876, 5 hours ago

a character
variable
can at a time store
only
one character .​

Answers

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