C語言實現對字符串的逆序輸出

C語言實現對字符串的逆序輸出 方法一: #include <stdio.h> #include <stdlib.h> #include <string.h> void Inverse(char str[], char ptr[]); int main() { char str[100]; char ptr[100]; printf("Input a string:");
相關文章
相關標籤/搜索