Which one of the following is not a fundamental data type in C++?

Options
- float
- string
- int
- wchar_t


CORRECT ANSWER : string

Discussion Board
Computer science

Answer send mee

Arun 09-26-2022 09:34 AM

data science course

I curious more interest in some of them hope you will give more information on this topics in your next articles.
360digitmg data science

lakshmi 07-6-2020 01:11 AM

C++ - Datatypes

String is not a fundamental data type in C++. Fundamental types in C++ are divided into three categories: integral, floating point, and void. Integral types are capable of handling whole numbers. Floating point types are capable of specifying values that may have fractional parts. The void type describes an empty set of values.

Prajakta Pandit 01-25-2017 03:53 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement