what is the default value of an array in C++?

前端 未结 5 1514
情歌与酒
情歌与酒 2021-01-06 09:12

If I were to create an array with int* array = new int[10]; and fill part of the array with values, how can I check how much of the array is filled? I want to l

5条回答
提交回复
热议问题