geeksforgeeks.org
Data Types in Programming
Data types are the basis of programming languages. There are various kind of data types available according to the various kind of data available. Data types are of 3 types. Primitive Data type: int, float, char, bool; Composite Data Types: string, array, pointers; User Defined Data Type