So this is the code I wrote, trying to reverse that array t using recursivity
#include #include void rev(int n, float *t) {