Question: Write it in C programming ! Write a program that finds out the sizes of the data types on your computer. Show the size in
Write a program that finds out the sizes of the data types on your computer. Show the size in Byte and in bits. Your program should compute all the numbers, i.e., don't put any hard number in the printf statements. We want the program to work on any computer This is a sample output Char: Unsigned char: Short int: Unsigned short int: Int: Unsigned int: Long int 1-Byte (8-bit) 1-Byte (8-bit) Unsigned long int: Long long int: nsigned long long int: Float: Double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
