🎴 Flashcard Mode

Computer Basics - 3

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following data types is not defined in Standard C++?

AnswerClick to flip back
A
Real
💡 Explanation:

There is no data type by the name Real in Standard C++.To store real number, we either use float or double data type.

Change Mode