🎴 Flashcard Mode

C/C++ Programming Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Bool
💡 Explanation:

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

Change Mode