Computer Science, asked by daarshan2005, 9 days ago

list the fundamental data types used in c++​

Answers

Answered by Bemirus
0

Answer:

char

int

float

bool

double

void

Explanation:

(Character)

(Integer)

(Floating point)

(Boolean)

(Double floating point)

(valueless)

Similar questions