C语言基础教程课件(英文)ch7解析.pptVIP

  • 1
  • 0
  • 约1.51万字
  • 约 61页
  • 2016-11-14 发布于湖北
  • 举报
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * A First Book of ANSI C, Fourth Edition * Declaring and Using Pointers In declaring a pointer variable, C requires that we also specify the type of variable that is pointed to int *numAddr; This declaration can be read in a number of ways: as the variable pointed to by numAddr is an integer, or as numAddr points to an integer A First Book of ANSI C, Fourth Edition * Output is: The address stored in milesAddr is 1244872 The value pointed to by milesAddr is 22 The value in miles is now 158 Declaring

文档评论(0)

1亿VIP精品文档

相关文档