int main(){ int A = 2; int B = 2; int C = A++; int D = ++B; printf("C=%d D=%d \n",C,D); return 0; }. https://ithelp.ithome.com.tw/upload/images/ A++:意思是 ...
確定! 回上一頁