what do you mean by fundamental data. type? how many fundamental data types does c++ provide ?
Answers
Answered by
1
Fundamental data types mean the original or primary Data types and other Data types like structures arrays and etc are just drived from them.
There are five fundamental data types in c++:
1.integer
2.float
3.double
4.char
5.void
There are five fundamental data types in c++:
1.integer
2.float
3.double
4.char
5.void
Similar questions