Posts by Lucas Mella • 1 point
1 post
-
-2
votes1
answer39
viewsQ: (Language C) I’m not really able to compare if between two chars
This is the initial menu code of the program: #include<stdlib.h> #include<stdio.h> #include<conio.c> #include<time.h> #include<locale.h> void inicio(); void logar();…