Respuesta :

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.