+ 1
is there a max size for an array?
is there a max size for an array in c++? if yes,then when I want to insert element more than its size. what should I do? is there any alternative way?? please explain it
2 odpowiedzi
+ 1
I think it's infinity!cause if try using an infinite. "for" loop to pass elements into an array it works fine!