sizeof 各数据类型占空间大小
摘要:
#include "stdafx.h"
#include #include #include using namespace std; struct{ short a1; short a2; short a3;
}A;
struct{ long a1; short a2;
}B; int main()
{ char *ss1 = "0123456789"; char ss2[] = "0123456789"; char ss3[100] = "0123456789"; int ss4[100]; char q1[] 阅读全文
posted @ 2013-02-19 21:47
御剑江湖的专栏
阅读(334)
评论(0)
推荐(0)
浙公网安备 33010602011771号