2D Array as pointer as parameter · int main(void) · { · int a[3][3] = { · {1, 2, 3}, · {4, 5, 6}, · {7, 8, 9} · }; · // a[0][0] ...
確定! 回上一頁