CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    Bangalore
    Posts
    42

    Angry Add element at the end of list

    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.
    Benny C A
    Al Ain, UAE

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Add element at the end of list


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured