Did you like how we did? Rate your experience!

4.5

satisfied

46 votes

Are pointers in C language useful in learning the basics of data?

Yes, they are. You will see that every data structure like linked lists, trees, graphs are naturally represented using pointer. And those data structure are at the heart of data management system like indexes, b-tree and so on.

100%
Loading, please wait...