I would like to try out some problems that require the use of pointers for practice.
I would appreciate it if someone gives some problems to solve!
Last edited on
There is a problem in k&r, which asks to read multiple lines in multi dimensional array and then sort them.
you can get a good practice of pointers by solving data structure problems. Pick a good book and try to solve some exercises. May be robert sedgewick.