Data Types
Primitive types of data in programming languages include integers, floating point numbers or characters, etc. In certain object-oriented programming languages, we can create custom datatypes by combining a number of primitive types into a struct or class.