void question1(){ PERGUNTAS c[10000] = {0}; int i = 0; FILE *file = fopen("perguntas.txt.TXT","r"); if (file) { char line[256]; while (fgets(line,sizeof