Multiple choice

Which of the following is/are not the built-in data type(s) in C++?

  1. bool

  2. void

  3. wchar_t

  4. enum

  5. Both (3) and (4)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

It is a user-defined data type in C++.