delete linked list

kkk
Last edited on
Why are you using C-stdio functions instead of the C++ streams for input. You don't seem to know how to properly use those C style functions so I suggest you stick with the C++ streams. Ie: cin instead of scanf() and getchar().

Topic archived. No new replies allowed.