Data types

From Computer Science Wiki
Revision as of 05:52, 11 May 2020 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Programming<ref>http://www.flaticon.com/</ref> Data type determines what sort of data is being stored and how it will be used by the prog...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Programming[1]

Data type determines what sort of data is being stored and how it will be used by the program. In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data [2].

Primitive data types are typically types that are built-in or basic to a language implementation.[3]

References