Computer Science, asked by Anonymous, 1 year ago

What is a range of ascii value

Answers

Answered by okaps
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.

okaps: BTW where is Piyush's answer ?
Anonymous: I didnt know brother
okaps: maybe that was incorrect so moderators deleted that !
Anonymous: Yes ...
Anonymous: It may be
okaps: hmm
Anonymous: Hmm☆☆
Anonymous: Bye brother
okaps: me too busy...bye siso....keep smiling
Anonymous: ^_^ u too brother✌✌❤❤
Answered by dushyantchaudhary22
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