0
arr = [5, [9, 4, 6], 8] reserves 5 cells in the memory or 9 ?
for example in c++ arr = [5, [9, 4, 6], 8] reserves a 3x3 meaning 9 cells does the same goes here or not ?
1 ответ
0
5
for example in c++ arr = [5, [9, 4, 6], 8] reserves a 3x3 meaning 9 cells does the same goes here or not ?