Computer Science, asked by hanna2101, 2 months ago

explain how arrays could be used with function when there was no referencing​

Answers

Answered by kimtaehyung26
2

Answer:

An array of references is illegal because a reference is not an object. According to the C++ standard, an object is a region of storage, and it is not specified if a reference needs storage (Standard §11.3. 2/4). Thus, sizeof does not return the size of a reference, but the size of the referred object.

mark me as a brainlist answer plz

Similar questions