注意字符串的strlen与sizeof的差别

unsigned char AT_RESET[]="r\r\n";

printf("strlen=%d sizeof=%d\n",strlen(AT_RESET),sizeof(AT_RESET));

结果:strlen=3 sizeof=4

posted on 2017-11-23 18:54  xihong  阅读(165)  评论(0编辑  收藏  举报

导航