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
相关文章
相关标签/搜索