{C++ 基礎} {C++ 高級} {C#界面,C++核心算法} {設計模式} {C#基礎}
#include main(){ //聲明變量語句中使用順序運算 int x, y;
x=50; //計算中使用順序運算 y=(x=x-5, x/5); cout<<"x="< cout<<"y="<}
---------------------------the result:-------------x=45y=9----------------------------------------------------
posted on 2005-10-24 17:41 夢在天涯 閱讀(863) 評論(0) 編輯 收藏 引用 所屬分類: CPlusPlus