标题:关于int char是否等价?
只看楼主
奇牙
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2005-1-31
 问题点数:0 回复次数:5 
关于int char是否等价?
(1)     int c1,c2;
与 char c1,c2; 是否无条件等价?
(2) printf("\n\nx1=%5.2f\nx2=%5.2f\n",x1,x2);
 双撇号里的开头怎么出现了2个\n?那是什么意思呀?为什么那么用?
注:(2)是C程序设计第二版(谭浩强)P84的4.12中的一句。
搜索更多相关主题的帖子: int char 等价 
2005-02-17 18:30
siyang1982
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2005-2-11
得分:0 
1.char是字符型 范围是0~255,而int范围更大。它们在0~255之间是一样的。

2.就是两次回车吧,想和上面拉大点距离

偶是菜鸟,如果说错了还请指教:)
2005-02-17 22:11
smyzxk
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2005-2-15
得分:0 
同意楼上. char  是字符型变量,在ASC码的范围内,也就是0~255之间,它与  int     是等价的.
2005-02-18 15:22
指向指针的指针
Rank: 1
等 级:新手上路
帖 子:339
专家分:0
注 册:2004-8-8
得分:0 
俺问问:怎么个等价法?INT 不是2个字节的嘛?CHAR是一个字节的嘛?是不是哦?

/sign.png" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www./sign.png');}" onmousewheel="return imgzoom(this);" alt="" />
2005-02-19 15:20
cillin
Rank: 1
等 级:新手上路
帖 子:40
专家分:0
注 册:2005-3-10
得分:0 
简单说 可以相互赋值 但内存占用不同

2005-03-10 18:59
huwenjie
Rank: 1
等 级:新手上路
帖 子:84
专家分:0
注 册:2005-3-10
得分:0 
楼上说的对
占用内存不一样!说其等价未免牵强了!
2005-03-10 22:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-12266-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.687885 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved