摘要:
#include<iostream> using namespace std; int main() { int arr[10]={1,2,3,4,5,6,7,8,9,20}; cout<<"整个数组所占内存空间为"<<sizeof(arr)<<endl; cout<<"每个元素所占内存空间为"<< 阅读全文
posted @ 2023-06-22 23:42
qwwqsa
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号