Since I have a variable with stored data and I try to show it in a printf I do not get the data but a number that has nothing to do with it.
totalcasados is variable integer (int).
printf("Total de Casados: %d",&totalcasados);
should show a number under 15 and show "733245"