In C++, sizeof(‘a’) == sizeof(char) == 1. In C however, sizeof(‘a’) == sizeof(int).
Previous Question Next Question
Your comments will be displayed only after manual approval.