//bool if(!a) if(a) //int if(a == 0) //float const EXP = 0.000001; if(a < EXP && a > -EXP) //pointer if(a != NULL) if(a == NULL)