Primitive type
There are just six common primitive types in C++
intstores integerscharstores single characters/single byteboolstores a Boolean (true or false)floatstores a floating point numberdoublestores a double-precision floating point numbervoiddenotes the absence of a value