Posts by Jefferson Barbosa • 1 point
1 post
-
0
votes1
answer568
viewsQ: I am unable to pass one vector per parameter in C
I am trying to pass a vector per parameter to a function in C, but I am going through difficulties. #include <stdio.h> #include <stdlib.h> #include <math.h> void calculafx( x2,…