Write a literal representing the character whose ASCII value is 65.
LANGUAGE: C++
CHALLENGE:
Write a literal representing the character whose ASCII value is 65.
SOLUTION:
'A'
Write a literal representing the character whose ASCII value is 65.
'A'