Data Types
Generally data types refer to the classification of various types of data that a computer can process.
In Computer programming, data types are the keywords for declaring variables and functions of different types.
Fundamental Data Types:
- Integer (i.e. 1,2,3,4,5….)
- Floating (Fractional values)
- Character (i.e. a,b,c,d…)
- Boolean (true or false)
- String (i.e. ‘welcome programming’)
Derived Data Types
- Arrays
- Pointers
- Structures
Category: Computer Programming
Previous: ← Inheritance
Next: Variable →
More from this Section
- Byte
Byte is a unit of computing data and information memory space that comprises a set of ... - Computer Program
... - Data Types
Generally data types refer to the classification of various types of data that a computer ... - Inheritance
Inheritance is the most important feature of Object-Oriented Programming. Inheritance ... - Variable
Variable is a computer programming term which refers to a named memory location (storage) ...