Posts by Marcelo Andrade • 1 point
1 post
-
-4
votes1
answer48
viewsQ: I can’t use strcmp in C
I need to show a student’s chart using the license plate, as I do? #include <stdio.h> #include <stdlib.h> #include <string.h> main() { struct ficha { char matricula[9], inf[9];…