Computer Science, asked by greatashleen, 4 months ago

not a c++ fundamental data type a. int data type 2. char data type 3. float data type​

Answers

Answered by RehanAk73
1

Answer: Fundamental data types are the data types which are predefined in the language and can be directly used to declare a variable in C++. The various fundamental data types are: char (Character) int (Integer) float (Floating point)

Explanation:

Similar questions