标题:&是什么意思
取消只看楼主
moliy
Rank: 2
等 级:论坛游民
帖 子:39
专家分:24
注 册:2012-4-25
结帖率:90%
已结贴  问题点数:2 回复次数:0 
&是什么意思
#include <stdio.h>

void main ()
 {
   printf("0 & 0 is %d\n", 0 & 0);
   printf("0 & 1 is %d\n", 0 & 1);
   printf("1 & 1 is %d\n", 1 & 1);
   printf("1 & 2 is %d\n", 1 & 2);
   printf("15 & 127 is %d\n", 15 & 127);
 }
搜索更多相关主题的帖子: void include 
2012-05-28 18:56



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




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

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