Write a literal representing the largest character value. Suppose we are using unsigned one-byte characters.
LANGUAGE: C++
CHALLENGE:
Write a literal representing the largest character value. Suppose we are using unsigned one-byte characters.
SOLUTION:
255