Question: it must be C language Classwork 1.1: Modify the code above to check the size of all the data types given in the table below,
it must be C language
Classwork 1.1: Modify the code above to check the size of all the data types given in the table below, and show your results to the instructor. Name Size* char 1 byte Description Character or small integer Short integer 2 bytes short int (short) int long int (long) float Integer Long integer 4 bytes 4 bytes 4 bytes double Floating point number Double precision floating point number 8 bytes C-Program: Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
