文字列 s の中に文字 a が何文字あるか数え、
その数を表示するプログラムを作成したいのですが…


#include <stdio.h>
main() {
char s[]="Okayama rikadaigaku";
:
}