Posts by user195146 • 1 point
1 post
-
0
votes1
answer35
viewsA: I’m not getting a piece of code into a c-function, can you help me please I’m new to this business
You were passing the wrong parameters for the function, follow the correct: #include <stdio.h> int converte (int *vetor){ int i,j,troca; for (i = 0;i < 10; i++){ for(j = i+1; j < 10;…
canswered user195146 1