我有各陣列我想將全部值都設'0' 我記得可以如此設阿?! int aa[50]={0}; 但我在linux 下gcc編譯器 printf出來並非每個都是0 一定要用for ..一個一個來設定嗎 @@ 謝謝
www.programmer-club.com.tw