Array-syntax vs pointer-syntax and code generation?

前端 未结 0 1341
-上瘾入骨i
-上瘾入骨i 2021-02-11 12:26

In the book, \"Understanding and Using C Pointers\" by Richard Reese it says on page 85,

int vector[5] = {1, 2, 3, 4, 5};

The

相关标签:
回答
  • 消灭零回复
提交回复
热议问题