Out: Thursday, January 13, 2022 Problem 2.1 (10%) Determine the size, minimum and maximum value following data types. Please specify if your machine is 32 bit or 64 bits in the answer. •char Due:...


Determine the size, minimum and maximum value following data types. Please
specify if your machine is 32 bit or 64 bits in the answer.
• char
• unsigned char
• short
• int
• unsigned int
• unsigned long
• float
Hint:



Out: Thursday, January 13, 2022<br>Problem 2.1 (10%) Determine the size, minimum and maximum value following data types. Please<br>specify if your machine is 32 bit or 64 bits in the answer.<br>•char<br>Due: Sunday, January 16, 2022<br>• unsigned char<br>• short<br>• int<br>• unsigned int<br>• unsigned long<br>• float<br>Hint: Use sizeof() operator,limits.h and float.h header files<br>Example output:<br>Ranges for data types in C<br>int8_t<br>int16_t<br>int32_t<br>-128<br>127<br>-32768<br>32767<br>-2147483648<br>2147483647<br>

Extracted text: Out: Thursday, January 13, 2022 Problem 2.1 (10%) Determine the size, minimum and maximum value following data types. Please specify if your machine is 32 bit or 64 bits in the answer. •char Due: Sunday, January 16, 2022 • unsigned char • short • int • unsigned int • unsigned long • float Hint: Use sizeof() operator,limits.h and float.h header files Example output: Ranges for data types in C int8_t int16_t int32_t -128 127 -32768 32767 -2147483648 2147483647

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here