Computer Science, asked by sidhuv2574, 7 months ago

In C language a char data type always one byte

Answers

Answered by expertsolver1st
0

Answer:

find yourself why do not answer

Answered by NAVA98
0

Answer:

  • char keyword is used to refer character data type.
  • Character data type allows a variable to store only one character.

char ch='a'.

data type                       size(Byte)                               Range

char                                1                                             -128to127 or 0to255

Explanation:

like my profile

Similar questions