which is better to use

Hi,

Which is better to use
#define TRUE 1
#define FALSE 0
if(a==TRUE)
{ }
if(a!=FASE)
{ }
whether both makes any difference in code size or speed?

Thanks,

More questions in this forum