难以理解指针在c

时间:2018-01-28 15:14:25

标签: c pointers

我正在学习c语言一年多了。但我仍然不明白指针是如何工作的。任何人都可以建议一个良好的在线资源,使概念清晰。

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

如果你对一种语言中的指针概念很清楚,那就意味着你清楚所有可能的编程语言,因为它是最基本的概念之一。

  1. Geeks for Geeks :更可靠的来源,以清除基本概念
  2. https://www.geeksforgeeks.org/pointers-in-c-and-c-set-1-introduction-arithmetic-and-array/

    1. Hackerrank 是实用知识的良好来源
    2. https://www.hackerrank.com/challenges/c-tutorial-pointer/problem

      1. 教程点是另一个救世主
      2. https://www.tutorialspoint.com/cprogramming/c_pointers.htm