// archives

Data Types

This tag is associated with 1 posts

Variables and Their Data Types

The amount of memory space necessary to store a variable is

Also referred to as a data type

A data type provides two valuable pieces of information to the compiler

What amount of space the variable will use
What kind of information will be allowed in that space

After declaring a variable

The compiler reserves a space in memory for that [...]