Differentiate between array of pointers and pointers to the array ?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

Differentiate between array of pointers and pointers to the array ??

pls answer atleat 5 differences

30th Jan 2018, 8:04 PM
Harsh Ranjan
Harsh Ranjan - avatar
1 ответ
+ 2
There aren't really many differences. An array is essentially a pointer. An array of pointers is just a pointer that points to the memory location at which you can find the array elements (the pointers inside the array) laid out sequentially in memory.
30th Jan 2018, 8:31 PM
SplittyDev
SplittyDev - avatar