>
> Does 'C' language specification has 'boolean' datatype ?
>

Nope, just define one using typedef such as,

#define true 1
#define false 0
typedef int bool;

-- 
0
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to