Click to See Complete Forum and Search --> : Add element at the end of list


bnnyca
May 10th, 2008, 07:32 AM
Dear Friends,

Please help me to answer this question in 'C'

You are given a singly linked list containing integer values.
i) Write a ‘C’ functions to add an element at the end of list.
ii) Write a ‘C’ functions to delete an element from the list, if it exists otherwise return null.

Please help me guys.

Thanks in advance.

Paul McKenzie
May 10th, 2008, 09:25 AM
http://www.codeguru.com/forum/showthread.php?t=366302

Regards,

Paul McKenzie