Answer:
Flags.
Step-by-step explanation:
Boolean variable can only represent one of the two values and those are true and false.Boolean variables interprets 0 as false and any value other than 0 is represented as true. Flags are used to represent whether a specific condition exists or not.Which help us in many ways.
Hence the answer is flags.