1 thought on “a character <br />variable<br />can at a time store<br />only<br />one character .”
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.
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.