Multiple choice technology programming languages

An array of references can be created

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

References in C++ must be initialized upon declaration and cannot be reseated (assigned to refer to a different object). Since arrays require elements that can be default-constructed and reassigned, arrays of references are prohibited by the language specification.