Question: 5 0 . T F An array may contain elements with varied data types. 5 1 . T F To calculate the amount of memory
T F An array may contain elements with varied data types. 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. T F The individual elements of an array are accessed and indexed by unique numbers. T F The subscript of an array may be a floatingpoint number. T F If the value of a subscript or index is greater than the largest valid subscript of an array, the compiler will not report any error. T F The elements in an array may be stored in noncontiguous locations in the main memory. T F Arrays may have subscripts that have both positive and negative values. T 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
