I know there is the strcmp but it just let me compare two strings, And I need to compare a lot of them
This one doesn't work:
if(strcmp (resposta, "S" || "s" || "N" || "n")== 0)
printf("Resposta = S");
else
printf("Resposta != S");
printf("\nfim");