what is the meaning of anonymous array in c++
Answers
Answered by
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