not a c++ fundamental data type a. int data type 2. char data type 3. float data type
Answers
Answered by
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