+ 1

Why we need pointers? When it is important?Please share your ideas!!!

It's necessary for me!

14th Oct 2019, 3:39 AM
Saidazim
Saidazim - avatar
1 Odpowiedź
+ 1
Pointers are used to store memory address of any other variable It is generally used when you want to return an array from a function(as array is stored continuously in memory) But the most important use of pointers is in linked lists
14th Oct 2019, 9:06 AM
Arsenic
Arsenic - avatar