Posts by Gustavo Torres • 1 point
1 post
-
0
votes2
answers1403
viewsA: Transform a char vector into a vector of int in C
To pass an array as a function parameter, you would have to use pointer, and because of the complexity of the program, I believe this is not the case. Instead of using some external function, I…