Search:

Type: Posts; User: dukysta

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,046

    Yes, I don't need them but I was trying to create...

    Yes, I don't need them but I was trying to create another copy so it is separately pointing to new head. That's why *next1. More memory it takes but an idea. And as I said I am linked list noob. Now...
  2. Replies
    5
    Views
    3,046

    This came to my mind but I can't work it out. ...

    This came to my mind but I can't work it out.


    struct student
    {
    char name[20];
    int year;
    struct student *next;
    };
    struct student *selection(struct student *head,int...
  3. Replies
    5
    Views
    3,046

    linked list noob - function create new list

    Well i have list with names and year of birth. Now I want to pass that list into function and year (for example 1982) so function should return newly formed list containing only names with specified...
  4. Replies
    15
    Views
    6,092

    Thx.

    Thx.
  5. Replies
    15
    Views
    6,092

    Can somebody post a link?I can't view profile.

    Can somebody post a link?I can't view profile.
  6. Replies
    4
    Views
    1,575

    Thx mates. You've really helped. Solved.

    Thx mates. You've really helped. Solved.
  7. Replies
    4
    Views
    1,575

    function return array

    Well, we have two simple 1-dimensional arrays. We need to merge them inside a function and that function should return new formed(merged) array and we have to display that new array inside main ()...
Results 1 to 7 of 7