Computer Science, asked by vishal6657, 1 year ago

what do you mean by fundamental data. type? how many fundamental data types does c++ provide ?

Answers

Answered by Kingvikraal
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
Similar questions