Computer Science, asked by PshychoISHU, 2 months ago

Write the characters of c++ ​




Change it.....​

Attachments:

Answers

Answered by Anonymous
2

Answer:

In C and C++, an integer (ASCII value) is stored in char variables rather than the character itself. For example, if we assign 'h' to a char variable, 104 is stored in the variable rather than the character itself. It's because the ASCII value of 'h' is 104.

Similar questions