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.