Posts by lucas_95h • 1 point
1 post
-
0
votes1
answer20
viewsQ: Problem alternating fgets and scanf_s
I have a problem that the user has to enter the name and age of 5 people, and have to print on the screen the name of the younger person. I made the following code #include <stdio.h> #include…