asked 185k views
24 votes
If integer needs two bytes of storage, then the minimum value of a signed integer in C would be

asked
User Jesse C
by
8.2k points

1 Answer

9 votes

Answer:

Integer is one of built-in data types in C. ... signed int, int, unsigned int, short int, signed short int, unsigned short int, long int, signed long int, unsigned long int. These integers does not accept numbers with decimal. A 2 byte signed integer takes minimum value of -32,768 to the maximum value of 32,767.

answered
User Rens Jaspers
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.