Multiple choice

Which data type is in C++ but not in C?

  1. Int

  2. Char

  3. Bool

  4. Double

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

This is a new data type introduced in C99, standard of C++.