What is a range of ascii value
Answers
Answered by
1
Depending on how you look at it.
0-31 are the ASCII control characters
32-127 are the printable characters.
128-255 is the extended ASCII set
So i would consider 0-255 the range of the ASCII code. Most computer languages that have an ASCII function, usually ASC() , which accept values between 0 and 255.
0-31 are the ASCII control characters
32-127 are the printable characters.
128-255 is the extended ASCII set
So i would consider 0-255 the range of the ASCII code. Most computer languages that have an ASCII function, usually ASC() , which accept values between 0 and 255.
okaps:
BTW where is Piyush's answer ?
Answered by
0
The ASCII table has 128 characters, with values from 0 through 127. Thus, 7 bits are sufficient to represent a character in ASCII; however, most computers typically reserve 1 byte, (8 bits), for an ASCII character.
hope it is helpful yo you.....
Similar questions