In C++, an empty initialization list will also initialize every element to 0. This is not allowed with C until C23: int myArray[10] = {}; // all elements 0 ...
確定! 回上一頁