最近在自學C語言的指標及陣列的的時候,在書上看到如下的範例程式碼. #include <stdio.h> #include <stdlib.h>. int main(void) { int i,a[5]={32,16,35,65,52};
確定! 回上一頁