Explain about the Character Constants in c language?
The character constant is a single alphabet and a single digit or a single special symbol enclosed within a pair of single quotes. Illustration of character constants are ‘3', ‘c', ‘*'. Ever since each character constant represents an integer value it is as well possible to perform arithmetic operations on character constants.