Political Science, asked by shirishabaddal, 11 months ago

what is the meaning of anonymous array in c++​

Answers

Answered by superboy11
3

Answer:

Anonymous classes in C++

Anonymous class is a class which has no name given to it. ... These classes can neither be passed as arguments to functions nor can be used as return values from functions.

Explanation:

Similar questions