0
What are the different functions that can be performed on pointers ???
Can you please give a example of each 😀😀😀
1 Resposta
0
there are a lot of uses...
The basic one includes the use of linked lists, doubly linked lists and circular linked lists....
u can do a lot of stuff using linked lists ....
pointers help u for dynamic memory allocation... and hence the proper use of memory can be made...