Posts by brnfra • 1 point
2 posts
-
0
votes0
answers33
viewsQ: Doubt in stdin flow of scanf() function
Greetings to all. I am a beginner in C and I came across the following question regarding data entry; int number1,number2; printf("Digite o numero : "); scanf("%d",&number1); printf("Digite…
-
0
votes2
answers184
viewsA: I’m having an error in my C program
Seems to me to be an error in initializing the char pointer type variable *nomecompleto which receives a char value of the conc function conc(nome1,nome2); in char *nomecompleto = conc(nome1,nome2);…