搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ char *str="0123456789"; sizeof(str)=4; 这里为什么是等于4; si
标题:
char *str="0123456789"; sizeof(str)=4; 这里为什么是等于4; ...
取消只看楼主
任我行328
等 级:
新手上路
帖 子:8
专家分:0
注 册:2008-10-23
楼主
问题点数:0 回复次数:0
char *str="0123456789"; sizeof(str)=4; 这里为什么是等于4; si
char *str="0123456789";
strlen(str)=10;
sizeof(str)=4; 这里为什么是等于4;
sizeof(*str)=1; 还有这里怎么是等于1,
搜索更多相关主题的帖子:
sizeof
strlen
2008-10-29 22:00
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-241397-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.684526 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved