chapter9_6e 指针.docVIP

  • 23
  • 0
  • 约9.91千字
  • 约 7页
  • 2017-12-17 发布于河南
  • 举报
chapter9_6e 指针

TRUE/FALSE If p1 is an integer pointer variable, with the value of 1000, p1++ changes P1 to point to the memory location 1001. ANSWER: FALSE When you return a dynamic array to the freestore, you must include the number of elements in the array. ANSWER: FALSE You can assign an array to a pointer variable. ANSWER: TRUE The size of dynamic arrays must be declared at compile time. ANSWER: FALSE int *p1; declares a static variable. ANSWER: FALSE Dynamically created variables have no name. ANSWER: TRUE If p1 and p2 are both pointers that point to integers in memory, the condition p1==p2 will be true

文档评论(0)

1亿VIP精品文档

相关文档