Posts by Seffh • 1 point
2 posts
-
-1
votes1
answer49
viewsQ: Help in function with pointers
Can anyone help me with this code ? not working, can’t find the error. #include <stdio.h> int chamar(int *n){ printf("Digite o valor de n:"); scanf("%d",&n); printf("%d",n); return 0; }…
-
0
votes1
answer57
viewsQ: Can someone help me with the Pointers in function, in this code?
Guys, after implementing the function deleting my code no longer works, could someone help me? without deleting function is working, what is wrong with it? //biblioteca #include<stdlib.h>…