Computer Science, asked by santhoshkb, 3 months ago

explain fundamental data types in c ++​

Answers

Answered by sivasmart2222
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