Home » C++ Programming » Data Types » Question
  1. Which type is best suited to represent the logical values?
    1. boolean
    2. character
    3. integer
    4. All of above
    5. None of these
Correct Option: A

Logical values can be either true or false, so the boolean type is suited for it.



Your comments will be displayed only after manual approval.