C讲义pointer and array课件.pptVIP

  • 3
  • 0
  • 约5.86千字
  • 约 59页
  • 2017-08-16 发布于河南
  • 举报
C讲义pointer and array课件

Chapter 5 ;There is a will There is a way;Pointers and Addresses ;Pointers and Addresses ;Pointers and Addresses ;Pointers and Addresses ; If ip points to the integer x, then *ip can occur in any context where x could ;Pointers and Addresses ;Pointers and Addresses ;Pointers and Function Arguments;Pointers and Function Arguments;Pointers and Function Arguments;Pointers and Arrays ;3 How to access array members ?;A array with 10 members , find the minimum and its subscript , and then interchange its value with the first member. ;26;main( ) { int i , a[10] , min ,k; for(i=0;i10;i++)

文档评论(0)

1亿VIP精品文档

相关文档