Posts by Lucas Coller • 11 points
1 post
-
0
votes1
answer51
viewsQ: Vector pointer with dynamic allocation in C
I managed to do this exercise inside main, however the same concept has not worked when using functions. The aim of the program is simple, read six values and display them. #include <stdio.h>…