ABSTRACT

Programming languages such as C and C++ support pointers that allow a much more powerful and flexible manner to manipulate data structures. These data structures are mainly arrays and linked lists, which can handle large number of values in data collections.