问答题

简答题 输入一字符串,按相反次序输出其中的所有字符。(要求用指针方法实现)

【参考答案】

#include "string.h"
#include "stdio.h"
main()

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)