Basic Syntax

Data Type

English

Overview

A classification indicating the kind of data being handled, such as a number or string.

Details

A classification that determines how a value is handled. In languages where each type has a fixed memory width -- an int is 4 bytes, a long is 8 bytes, and so on -- the range of representable numbers and overflow behavior also depend on the type.

More Programming terms