我正在学习c语言一年多了。但我仍然不明白指针是如何工作的。任何人都可以建议一个良好的在线资源,使概念清晰。
答案 0 :(得分:0)
有很多关于C指针的消息来源。你可以google它。尝试阅读一些,其中一个可能只需点击。
这里只有我喜欢的几个:
https://en.wikibooks.org/wiki/C_Programming/Pointers_and_arrays
https://users.cs.cf.ac.uk/Dave.Marshall/C/node10.html
https://en.wikipedia.org/wiki/Pointer_(computer_programming)
答案 1 :(得分:0)
如果你对一种语言中的指针概念很清楚,那就意味着你清楚所有可能的编程语言,因为它是最基本的概念之一。
https://www.geeksforgeeks.org/pointers-in-c-and-c-set-1-introduction-arithmetic-and-array/
https://www.hackerrank.com/challenges/c-tutorial-pointer/problem