#include<stdio.h>void main(){ printf("Type int has a size of %u byte,",sizeof(int)); printf("Typelong has a size of %u byte,",sizeof(long));}
长度运算符举例
原文:https://www.cnblogs.com/zhangdemingQ/p/12050655.html