What's wrong with this function that reverses arrays using recursivity? ( code and outcome included )

前端 未结 0 1928
孤街浪徒
孤街浪徒 2020-12-17 17:14

So this is the code I wrote, trying to reverse that array t using recursivity

#include 
#include 

void rev(int n, float *t)
{
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题