Question: can anyone help using the command line.. Write a C program (sizeData Types.c) that prints the size of short, int, char, double, long and long

can anyone help using the command line..
Write a C program (sizeData Types.c) that prints the size of short, int, char, double, long and long double using sizeofoperator and show that the following guidelines are true. sizeof(short) sizeof(int) sizeof(long double) > sizeof(double)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
