Posts by rrwe • 36 points
1 post
-
2
votes1
answer191
viewsA: password confirmation in c
Ana, I did so and it is working, your problem should be in relation to the buffer, since it is using fflush, or gets to read the strings. #include <stdio.h> #include <stdlib.h> #include…