Programming
An Array is a memory location. An array is also a collection of same data types. All data in an array must be of the same data type. A Structure is used to represent information about something more complicated than a single number, character, or boolean can. Many different data types can be stored inside of a structure. Signed and unsigned integers. A signed integer can hold both positive and negative integers but has a lower integer limit compared to an unsigned number which has a higher integer limit. Unsigned numbers can only hold positive integers Long and short Integers. Short integers have a 16 bit limit. This means data can be stored using less storage, but has a low integer limit. Long integers have a 64 bit limit. This allocates a lot more space to data saved in these. Emumerations are a way of naming variables. Gives real world names/definitions/labels to variables.