#define int charmain(){ int i=65; printf("sizeof(i)=%d",sizeof(i));}Answer: sizeof(i)=1Explanation:Since the #define replaces the string int by the macro char