list the fundamental data type used in C++
Answers
Answered by
9
Answer:
The various fundamental data types are:
char (Character)
int (Integer)
float (Floating point)
bool (Boolean)
double (Double floating point)
void (valueless)
Answered by
2
Explanation:
it's useful for every one
Attachments:
Similar questions