Question: 5 0 . T F An array may contain elements with varied data types. 5 1 . T F To calculate the amount of memory

50. T F An array may contain elements with varied data types. 51. 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. 52. T F The individual elements of an array are accessed and indexed by unique numbers. 53. T F The subscript of an array may be a floating-point number. 54. 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. 55. T F The elements in an array may be stored in non-contiguous locations in the main memory. 56. T F Arrays may have subscripts that have both positive and negative values. 57. 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!