Search:

Type: Posts; User: jeya

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,443

    Deletion in linked list

    Hi,


    how to delete duplicates(repeated nodes) in a linked list?

    In my program,

    It is asking for the user to enter the node to be deleted,

    If that node occurs multiple times, then the...
  2. Replies
    1
    Views
    5,550

    poisoning concept in memory allocation

    hi all,


    In my program,a user defined function is created which internally uses malloc() and free().

    But I dont know how to create header and footer for the allocated memory.

    And poisoning...
Results 1 to 2 of 2