At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Join our platform to connect with experts ready to provide detailed answers to your questions in various areas. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

If integer needs two bytes of storage, then the minimum value of a signed integer in C would be

Sagot :

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.

Thank you for your visit. We're committed to providing you with the best information available. Return anytime for more. Thank you for visiting. Our goal is to provide the most accurate answers for all your informational needs. Come back soon. Your questions are important to us at Westonci.ca. Visit again for expert answers and reliable information.