wich character is represented by it in c language?
Answers
Answered by
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