Posts by aa8 • 11 points
1 post
-
1
votes2
answers2122
viewsA: Lock letters and special characters
Try to validate if the size of the input exceeds the allowed 1 digit, taking the size with a function, or if the first pos of the is not a digit. #include <stdio.h> #include <stdlib.h>…