1.

Give the features of ‘char’ data type.

Answer»
  • C++ offers a predefined data type ‘char’ which is one byte in size and which can hold exactly one character such as an ‘a’ or ‘A’.
  • To declare a variable of type char is char ch; 


Discussion

No Comment Found

Related InterviewSolutions