Computer Science, asked by mghh7829, 11 months ago

How can i conpare between number and alphabate in c?

Answers

Answered by sharvaridhawad
0
In C programming, a character variable holds ASCII value (an integer number between 0 and 127) rather than that character itself. The ASCII value of lowercase alphabets are from 97 to 122. And, the ASCII value of uppercase alphabets are from 65 to 90.
Similar questions