Hola Friends: What is the range of ascii characters for numbers in C?
Answers
Answered by
2
Answer:
The ascii value represents the character variable in numbers, and each character variable is assigned with some number range from 0 to 127.
Explanation:
I hope it is helpful plz marks me as brainlieast and give me thanks at all my answers and follow me
Answered by
1
128 to 127
The range of character datatype in c is -128 to 127. A character variable actually contains the ASCII value of corresponding character,and all ascii values are (+)ve. Then what is the use of (-)ve values(-128 to 0)for a character variable.
Similar questions