The first character type (char) occupies 1BYTE
The second integer type (int) short int occupies 2BYTE int occupies 4BYTE
The third floating type Point type float occupies 4BYTE double occupies 8BYTE long double occupies 16BYTE