私は絞首刑執行人をプログラミングしています。
疑問詞はcharword_list[]、const文字列に保存されます。
word_list[] = {"apple", "computer", ..., "mouse"};
質問はからランダムに選択されword_list[]
、ランダム関数を使用するときに、の文字列の数を知りたいですword_list[]
。
word_list
のポインタchar*
ですよね?
最後に、どうすれば文字列の数を知ることができますword_list[]
か?