1. Single Dimensional Array · main() · // dynamically allocate memory of size `N` · int* A = new int[N]; · // assign values to the allocated memory · for (int i = 0; ...
確定! 回上一頁