【小練習】程序設計基本概念:賦值語句_常用運算符1

【小練習】程序設計基本概念:賦值語句_常用運算符1 1.練習源碼 2.關鍵點分析 2.1 運算符作用 2.2 計算過程及答案 1.練習源碼 #include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int x=2, y, z; x *= (y=z=5); c
相關文章
相關標籤/搜索