Can you automatically / implicitly convert a char to a short?
a) Yes, char can be automatically converted to short.
b) No, char cannot be automatically converted to short.
c) It depends on the context in which the conversion is attempted.
d) Only if the char value falls within the range of a short.