Negative elements can be placed inside an array. State true / false
Answer options
A
True
B
False
Correct answer: True
Explanation
Arrays can store negative values; the index must be non-negative but element values can be any valid type including negatives.