Hi all,
why printf("....%d" ,sizeof((int)(d ouble)(char) i)) always gives the
size of int ???
is it because sizeof doesn't evaluate its operand....???
why printf("....%d" ,sizeof((int)(d ouble)(char) i)) always gives the
size of int ???
is it because sizeof doesn't evaluate its operand....???
Comment