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

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

About the author
Lydia

1 thought on “a character <br />variable<br />can at a time store<br />only<br />one character .​”

  1. 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.

    Reply

Leave a Comment