Write a character literal representing the (upper case) letter A.
LANGUAGE: C++
CHALLENGE:
Write a character literal representing the (upper case) letter A.
SOLUTION:
'A'
Posted in C++, Learn To Code
Write a character literal representing the (upper case) letter A.
'A'