Question: If you are not having a sizeof operator in C, how will you get to know
the size of an int ?

Solution: #define sizeof_macro(int) ((unsigned)((int *)0 + 1))