11-Write a C program to calculate the size of data type.
Program: 11
Write a C program to calculate the size of data type.
Output:
Size of integer is: 4 Size of float is: 4 Size of char is: 1 Size of double is: 8
Write a C program to calculate the size of data type.
Size of integer is: 4 Size of float is: 4 Size of char is: 1 Size of double is: 8