defination of anonymous array with example
what is the meaning of anonymous array
Collapse
X
-
Anonymous arrays are arrays of something. In C++ this would be an uninitialized memory allocation.
Please read: https://bytes.com/topic/c/insights/7...rrays-revealed
Comment