hi,
1. actually i was reading some text from my book and i come across this expression. I am not getting what it means. here it goes,
typedef int (*HIG) (int,int); And
"sizeof" can't be used in #if because the preprocessor does not parse type names. What this statement means ?
Can u please explain what it means?
thanks.