Posts by gugagom • 1 point
1 post
-
0
votes2
answers63
viewsQ: Input is not making sense
void cadastroturma () { char turma[30],caminho[100]; printf ("Diga o nome da turma a ser cadastrado:\n"); scanf ("%[^\n]", &turma);//Já tentei com gets e fgets getchar();//Já tentei sem esse…