Chapter 4 Quiz Starting Out With C++ 042

What do the ASCII values 65 through 90 represent?

a. the numbers from 65 through 90 as integers.
b. the characters 'a' through 'z'
c. the characters 'A' through 'Z'
d. the characters '0' through '9'
e. none.  ASCII is obsolete and no longer used.

1 comment: