摘要:
#include<iostream> using namespace std; int main() { char str1[] = "hello world!"; //字符串数组,数据存放在栈中 char str2[] = "hello world!"; //字符串数组,数据存放在栈中 const 阅读全文
posted @ 2021-11-08 06:43
xcxfury001
阅读(133)
评论(0)
推荐(0)

浙公网安备 33010602011771号