Q. Which data type is used to store True or False values? (A) bit (B) int (C) bool (D) char ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) bool Explanation: `bool` is used to store boolean values: `True` or `False`.