#include<stdio.h> struct ss { float c; double d; int a; char b; }mmm; main() { printf("%d\n",sizeof(mmm)); }