Word Matching Exercise for Chapter 7

Array Size Declarator
Array
Array Initializer
C-String
Indexed Variable
is an array of characters ending with the null terminator.
is a variable that refers to one element in the array using the array name with the index.
is an expression that evaluates to a constant integer greater than 0. It is used to declare the size of an array.
represents a collection of data of the same type.
is to create array, initialize, and assign to a reference variable all in one statement.