0
Pointers.
I really need a better understanding of pointers, I watched youtube videos and all things, but nothing seems to work, I always mess up with pointers. I want a perfect understanding of structure type pointers and relevant terms ...
5 Respostas
+ 7
✳AsterisK✳ 👍🍻
Thanks a lot for sharing!😊
+ 3
I’m not a master of pointers, but something that helps me is saying what the operator means. For example, when reading a = 5 you say “a equals five”. When you see &b say “the address of b”, or when you see *b = &a say “the pointer b equals the address of a”
+ 2
Danijel Ivanović I dont know it but its a copyright protected ebook then i cannot add to my list (only free and legal resources can be into list)
+ 1
✳AsterisK✳
Peter C...
Thank you very much guys