c++基礎學習(04)--(函數、數字、數組、字符串)

文章目錄 目錄 1.函數 2.數字 3.字符串 4.數組 目錄 1.函數 #include <iostream> #include <limits> using namespace std; void swap(int *x , int *y); int main(){ int a = 100 , b=200; cout<<"交換前:"<<"a is :"<<a<<"\t"<<"b is
相關文章
相關標籤/搜索