Pointers to Elements of an Array | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

Pointers to Elements of an Array

Can someone please explain in depth how to use pointers with elements of an array?

28th Dec 2016, 3:35 PM
Filip
Filip - avatar
2 ответов
+ 4
We can all google that, that's not a problem. I asked if someone can explain, because in school we did something with calloc, idk
29th Dec 2016, 10:01 AM
Filip
Filip - avatar
+ 1
we didn't require pointers for array, as we can address any array by its location itself. i mean like any array x[] we call its location by like x{2,3} . hope i was able to give what you want to know
14th Jan 2017, 5:47 AM
Yashwant Kumar Sonkar
Yashwant Kumar Sonkar - avatar