Pointers. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ...

3rd Aug 2019, 11:04 AM
Zibran Zarif
Zibran Zarif - avatar
5 Answers
+ 7
āœ³AsterisKāœ³ šŸ‘šŸ» Thanks a lot for sharing!šŸ˜Š
13th Aug 2019, 10:16 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 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ā€
3rd Aug 2019, 1:03 PM
Pete Cowling
Pete Cowling - avatar
+ 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)
18th Aug 2019, 6:13 AM
KrOW
KrOW - avatar
+ 1
āœ³AsterisKāœ³ Peter C... Thank you very much guys
4th Aug 2019, 11:59 AM
Zibran Zarif
Zibran Zarif - avatar