第四章

1、c头文件limits.h,float.h分别提供了整数类型和浮点类型大小限制相关的的详细信息。p78

2、printf()的修饰符。P83

3、-,+,空格,#,0 作为printf()的标记作用。p84

4、注意 .+数字  在输出string和整数时的作用。p87

5、3种输出long string 的方式。p90

    printf("here is a way to print a ");
    printf("long string.\n");
    printf("here's an another way to print \
a long string.\n");
    printf("here's the newest way to print "
           "a long string.");

6、printf()和scanf()中的*修饰符。p95

7、在printf()打印 \,‘和“时需要使用转义序列 \\,\'和\"。

      使用八进制码表示字符:   '\007'    可以省略前面的零。

       使用十六进制吗表示字符: '\x10'。                                      p52

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值