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

文章目錄 1.練習代碼 2.關鍵點分析 2.1計算過程 2.2運行結果 1.練習代碼 #include "stdafx.h" #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int arr[] = {6, 7, 8, 9, 10}; int *ptr = arr; *(ptr++) +=
相關文章
相關標籤/搜索