The-definition.com

Definition

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
Share it:  Cite

More from this Section

  • Procedural programming
    Procedural programming is a concept of programming that specifies a ...
  • ActionScript
    ActionScript is a object-oriented programming language for the Adobe Flash Player and ...
  • C Programming Language
    C is a procedural (imperative) programming language. It is popular as an alternative to ...
  • BASIC Programming
    BASIC (Beginner’s All-purpose Symbolic Instruction Code) is a programming language designed ...
  • Variable
    Variable is a computer programming term which refers to a named memory location (storage) ...