How to reverse a string in c using integers as indices?

后端 未结 0 496
夕颜
夕颜 2021-02-01 05:25

I want to reverse a string using a function.Here is the program I wrote:

#include

void reverse_string(char array[50])
{   int lastindex,j;
    int         


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