Question: True or False 5 0 , T F An array s size declarator can be either a literal, a named constant, or a variable. 5
True or False
T F An arrays size declarator can be either a literal, a named constant, or a variable.
T
T
T
T
T
T
T
F To calculate the amount of memory used by an array, multiply the number of elements by the number of bytes each element uses,
F The individual elements of an array are accessed and indexed by unique numbers,
F The first element in an array is accessed by the subscript
F The subscript of the last element in a singledimensional array is one less than the total number of elements in the array,
F The contents of an array element cannot be displayed with cout,
F Subscript numbers may be stored in variables,
F You can write programs that use invalid subscripts for an array.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
