Posts by Arthur Simões • 3 points
2 posts
-
0
votes1
answer183
viewsQ: Query with Pointer for Struct in C
I am trying to solve an exercise for the college, where the statement requests that I receive a record, with two fields as input data. A vector field for storing name and another for storing…
casked Arthur Simões 3 -
0
votes2
answers981
viewsQ: Change a text value using a C pointer
I need to change the values of the variables through their pointers but I’m not getting. #include <stdio.h> #include <stdlib.h> //Programa principal int main() {//Declaração de variáveis…