首页 > 其他 > 详细

C Primer 复习题

时间:2019-10-04 18:07:36      阅读:63      评论:0      收藏:0      [点我收藏+]

2.4

#include<stdio.h>
int main(void)
{
    int s;
    s = 52;
    printf("There are %d weeks in a year.",s);
    return 0;
}

 

2.5

a.Baa Baa Blacke Sheep.Have you any wool?

 

b.Begone!nO creature of lard!

 

c.What?

No/nfish?

 

d.2+2=4

 

2.6 都是

 

2.7

int n,m;

n=3020;

m=250;

printf("There were %d words and %d 350 lines",n,m);

 

2.8

C Primer 复习题

原文:https://www.cnblogs.com/Khime/p/11622566.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!