Posts by Marlon Vinícius Buosi • 3 points
4 posts
-
0
votes1
answer182
viewsQ: Print and receive Vector Struct values in a function
I looked in several places about it but I couldn’t find any correct answer, I wanted to know the correct method of filling a structure vector passed by reference to one function and then printing in…
-
0
votes2
answers84
viewsQ: Form with Struct and Pointers
Guys, I made this program to receive name, address and phone of 2 people, he receives the data of the first people quietly, problems begin with the data of the second person, the name and address of…
-
0
votes3
answers45
viewsQ: Pointer positioning
I wrote this code to make switch between the letters of a string, but it doesn’t even print anything, someone can explain to me why? Code: #include <stdio.h> #include <string.h> int…
casked Marlon Vinícius Buosi 3 -
-2
votes1
answer162
viewsQ: Programa pula scanf
My program skips the third Scanf, I’ve tried several ways to make it work but I couldn’t, it seems to be some memory allocation problem, but I’m not sure, someone could help me? #include…
casked Marlon Vinícius Buosi 3