what does the following code do?unsigned int i;for(i=0;i

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/30 10:03:11

what does the following code do?unsigned int i;for(i=0;i
what does the following code do?
unsigned int i;
for(i=0;i

what does the following code do?unsigned int i;for(i=0;i
未签名的诠释;
(一= 0 ;我< = 100 ,我+ + ) (
如果(我& 0x00000001 ) (
printf ( “我” ) ;


1 :打印出来的数字是从1到100这是连;
B组:打印出来的数字是从1到100这是奇数;
c :打印出所有的号码从1到100 ;
d :打印无关.

貌似编程问题吧