Correct Answer : Option (A) : Implementation dependent
Explanation : The standard does not specify if plain char is signed or unsigned. There are three distinct character types according to the standard: char, signed char and unsigned char.