Primitive type
There are just six common primitive types in C++
int
stores integerschar
stores single characters/single bytebool
stores a Boolean (true or false)float
stores a floating point numberdouble
stores a double-precision floating point numbervoid
denotes the absence of a value