Multiple choice Which of the following is a data type for True? Char Integer Boolean String Reveal answer Fill a bubble to check yourself C Correct answer Explanation The value True is a logical value, which is represented by the Boolean data type in programming.