C Programming and Embedded Systems - University of Maryland ...
Arrays
Arrays, Argument Passing, Promotion, Demotion
Review
? Introduction to C
C History Compiling C Identifiers Variables
Declaration, Definition, Initialization Variable Types
Logical Operators Control Structures
i.e. loops
? Functions and Macros ? Separate Compilation
Arrays in C
? Array - a collective name given to a group of similar quantities
All integers, floats, chars, etc... Array of chars is called a "string"
? C Array ? A block of memory locations that can be accessed using the same variable name
Same data type
Declaration of Arrays
? Arrays must be declared before they may be used
type variable_name[length];
Type ? the variable type of the element to be stored in the array
Variable_name ? Any name of the variable to be addressed
Length ? computer will reserve a contiguous block of memory space according to length of array in memory
*program considers the block contiguous, though the architecture may place the array in multiple pages of memory*
Examples
? double height[10];
Type: double Variable name: height Length: 1o
? float width[20]; ? int c[9]; ? char name[20];
Would be referred to as a string
................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related searches
- university of maryland jobs baltimore
- university of maryland nursing jobs
- university of maryland hospital jobs
- university of maryland medical system careers
- university of maryland jobs
- university of maryland college park jobs
- university of maryland baltimore jobs
- university of maryland hospital baltimore
- university of maryland baltimore careers
- university of maryland jobs openings
- university of maryland hospital careers
- university of maryland baltimore county jobs