首页| 行业标准| 论文文档| 电子资料| 图纸模型
购买积分 购买会员 激活码充值

您现在的位置是:团子下载站 > 通信网络 > C和指针习题答案配C和指针

C和指针习题答案配C和指针

  • 资源大小:0.29 MB
  • 上传时间:2022-01-09
  • 下载次数:0次
  • 浏览次数:27次
  • 资源积分:1积分
  • 标      签: 开发技术 网络

资 源 简 介

1. To make the program easier to read, which in turn makes it easier to maintain later.   3. It is easier to see what a named constant represents, if it is well named, than a literal constant,   which merely displays its value.   4. “%d %s %g ”   6. The programmer can put in subscript checks where they are needed; in places where the subscript is already known to be correct (for example, from having been checked earlier), there is no   overhead expended in checking it again. But the real reason they are omitted is the fact that subscripts are implemented as pointer expressions, which are described in Chapter 8   7. More characters would be copied than are actually needed; however, the output_col would be   updated properly, so the next range of characters would be copied into the output array at the   proper place, replacing any extra characters from the preceding operaTIon. The only potenTIal   problem is that the unbounded strcpy might copy more characters into the output array than it   has room to hold, destroying some other variables.
VIP VIP