explain fundamental data types in c ++
Answers
Answered by
2
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:
HOPE IT HELPS......
Similar questions