Question
What data type should TRUE and FALSE be in C programs?
Answer
The actual range of primitive types that is available is dependent upon the specific programming language that is being used. For example, in C, strings are a composite data type, whereas in modern dialects of Basic they are a primitive data type.
— Source: Wikipedia (www.wikipedia.org)