Determine the size, minimum and maximum value following data types. Pleasespecify if your machine is 32 bit or 64 bits in the answer.• char• unsigned char• short• int• unsigned int• unsigned long• floatHint:
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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here