关键字

auto      do      goto      signed   unsigned
break     double  if        sizeof   void 
case      else    int       static   volatile 
char      enum    long      struct   while 
const     extern  register  switch
continue  float   return    typedef 
default   for     short     union
//返回字节单位的数量/长度
sizeof (int)  
sizeof x

Last updated

Was this helpful?