Posts by System_4n4n • 57 points
4 posts
-
1
votes1
answer164
viewsA: Problem with scanf
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <locale.h> struct nascimento { char dia[5], mes[5], …
canswered System_4n4n 57 -
0
votes1
answer164
viewsQ: Problem with scanf
Hello, I trying to make a customer registration in C using struct and I came across the following problem: When was going to read the user’s DDD with scanf it did not save, nor even print the value,…
casked System_4n4n 57 -
-2
votes2
answers354
viewsA: Two strings starting from one, in C
What do you think of after recording the first name you add a space like this: strcat(nome, " ");
-
4
votes2
answers1297
viewsQ: Problem with gets and fgets
I’m having problems with the gets function and fgets... Always when I use them, the program skips the input, ie the user can not type the string, but it only works with scanf, just that I need to…
casked System_4n4n 57