what is the meaning anonymous array in c++
Answers
Answered by
8
➡️ 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.
Similar questions