How is a character e.g, 'ch' in a two-dimensional array found?


for instance: how will you find a chararcter ch ( also the position 'where' it is found)? afile is a pre-opened file.

int findC(char ch, fstream & afile, int & where)

int position=1
char c