[IC210: AY22] Class 38: Arrays and strings in C · int* numbers = new int[5]; // C++ code · void* malloc(int); · malloc( 5*sizeof(int) ); · int* intArr = malloc( 5* ...
確定! 回上一頁