Boolean expression
Expression which produce a Boolean
value when evaluated. Used in many
programming languages as built-in type.
In C you need to include stdbool.h
to use bool
type.
Expression which produce a Boolean
value when evaluated. Used in many
programming languages as built-in type.
In C you need to include stdbool.h
to use bool
type.