Correct Answer : Option (C) : Yes, they are different
Explanation : In C++, sizeof(‘a’) == sizeof(char) == 1. In C however, sizeof(‘a’) == sizeof(int).