长度运算符举例

#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));
}

posted on 2019-12-16 18:56  张德明  阅读(304)  评论(0)    收藏  举报