Average Character by Zauberer

l;main(s,a)char*a;{for(;gets(a);printf("%c\n",s/l))for(s=l=0;*a;l++,a++)s+=*a;}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page