摘要: char aa[8] = "abcd"; printf("%d",strlen(aa)); 4 printf("%d",sizeof(aa)); 8 unsigned int x = 6; x = x<<4 +1; printf("%d",x); // 优先级 + 比 << 优先 struct aa 阅读全文
posted @ 2016-11-23 21:31 HDU李少帅 阅读(364) 评论(0) 推荐(0)