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.
わかりましたので、ポインター配列を使用してインデックス内の値にアクセスする方法に興味があります。たとえば、次のようにします。
printf("%c", (*character)[0]);
このコードが間違っていることはわかっていますが、修正方法の手がかりは知っています。ポインター配列の 0 位置にアクセスして、上記のように出力したいとします。