Question:Which of the following is integral data type?
A void B char C float D double E None of these
+ AnswerB
+ ExplanationIn c char is integral data type. It stores the ASCII value of any character constant.
+ Report