Computer Science, asked by mamtadogra934, 9 months ago

IIn c lananguage the range of int ​

Answers

Answered by Divineshallots09
2

Answer:

Integer Types

Type Storage size Value range

unsigned char 1 byte 0 to 255

signed char 1 byte -128 to 127

int 2 or 4 bytes -32,768 to 32,767 or -2,147,483,648 to 2,147,483,647

unsigned int 2 or 4 bytes 0 to 65,535 or 0 to 4,294,967,295

Similar questions