Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
int array[2][3] = {{2,3,6},{4,5,8}}; printf("%d\n",*array);
これの出力はどうなりますか?また、その方法を説明してください。
よろしく、
ウィンストン