用指向指針的指針的方法對5個字符串排序並輸出

代碼以下 #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<stdlib.h> #include<string.h> void sort(char **p) { char **q, **s, *t; for (q = p; q < p + 4; q++) { for (s = q + 1; s < p + 5; s+
相關文章
相關標籤/搜索