void initarr(int arrgender[TOT_MALE][TOT_FEMALE]) { for(int a =0; a < TOT_MALE;a++) { for(int b = 0; b < TOT_FEMALE;b++) { arrgender[a][b] = 0; } }