Computer Science, asked by Jayanthshetty8277, 7 months ago

In C language a chardata type always occupies one byte

Answers

Answered by anveshadeshmukh68
3

The type of a variable determines how much space it occupies in storage and how the bit pattern stored is interpreted.

...

Integer Types.

Type Storage size Value range

char 1 byte -. 128 to 127 or 0 to 255

unsigned char 1 byte 0 to 255

signed char 1 byte -128 to 127

Answered by bhogalcharnjitsingh
0

Answer:

Z0oJx98eg1oMNWbE click to subscribe you problem

Similar questions