C++Note 指针和数组-函数
摘要:
指针和数组: 1 #include <iostream> 2 using namespace std; 3 4 int main() 5 { 6 int arr[10] = { 0,1,2,3,4,5,6,7,8,9 }; 7 cout << "第一个元素为:" << arr[0] << endl; 阅读全文
posted @ 2023-06-06 18:15 廿陆 阅读(24) 评论(0) 推荐(0)
posted @ 2023-06-06 18:15 廿陆 阅读(24) 评论(0) 推荐(0)
posted @ 2023-06-06 17:35 廿陆 阅读(20) 评论(0) 推荐(0)