Can anyone please help me in debugging this program.This is the implementation of linked list.I have not inserted delete function.I couldn't display the data in the list properly.

Recommended Answers

All 3 Replies

what compiler are you using? Most modern compilers have debugging facilities that let you execute the program one line at a time and view the current value of variables.

I feel that there's nothing to deal with the compiler!I personally feel that there is some error in my coding!Can u please help me in fixing it!

Thanks in advance!

I didn't say it was a compiler error. Compilers rarely make errors. I said learn to use your compiler's debugger to find the problem in your code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.