Computer Science, asked by anmoldeepkaur618, 7 months ago

wich character is represented by it in c language?​

Answers

Answered by Jyotisna
1

Answer:

In C programming, a character variable holds ASCII value (an integer number between 0 and 127) rather than that character itself. This integer value is the ASCII code of the character. For example, the ASCII value of 'A' is 65.

Similar questions