I have the following question I am working on, and I'm not sure what they are asking.
Write a C statement which defines an enumeration type fuzzy consisting of values false, maybe, and true . Defined so that maybe is greater in value than false but less than true .
Write a C statement which defines an enumeration type fuzzy consisting of values false, maybe, and true . Defined so that maybe is greater in value than false but less than true .
Comment