4-3平常

1.將數組A中的內容和數組B中的內容進行交換。(數組同樣大) 法1:不創建函數 #include<stdio.h> #include<stdlib.h> int main1(){ int a[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; int b[10] = { 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 }; int i,
相關文章
相關標籤/搜索