What are fundamental data types in C++ programming?
Answers
Answered by
1
C++ Data Types. The fundamental types in C are char (character), int(integer) and float. Some compilersinclude the bool data type
Answered by
4
Answer:
★int
★char
★float
★double
★void
Similar questions