C primer plus第2章(C语言概述)习题

1.如何称呼C程序的基本模块?

函数。

2.什么是语法错误?给出它的一个英语例子和C语言例子。

英语: Me speak English good.

C语言: printf(“漏掉了后面的分号”)

3.什么是语义错误?给出它的一个英语例子和C语言例子。

英语: This sentence is excellent Italian.

C语言:  thrice_n = 3+n;

4.

include <studio.h>

int main(void)

{

int s;

s = 52;

printf("There are %d weeks in a year.", s);

return 0;

}

5.

a.

Baa Baa Black Sheep.Have you any wool?

b.

Begone!

O creature of lard!

c.

What?

No/nBonzo?

d.

2+2=4


6.下面那几个是C的关键字

int char

7.

int words = 3020;

int lines = 350;

printf("There where %d words and %d lines",words,lines);

8.

7行 a=5,b=2

8行 a=5,b=5

9行 a=5,b=5

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值