C Video Tutorial 10

C Linked ListIn this video I continue with my C Linked List tutorial. In part 9, I gave you homework and in this video I will show you my answer. You guys asked for more tutorials like this, so I’m giving it a try.

So, today I’ll show you how to search through a Linked List. I’ll also cover how to delete structs and remove them not only from the Linked List, but also from memory. All of the code from the video is below along with a transcription.

If you like videos like this it helps to tell Google with a click here [googleplusone]

Code From the Video

CTutorial10.c

10 thoughts on “C Video Tutorial 10”

  1. Hi, I hope you could help me

    Do we have free up memory after we finished using the variables
    ? If not, why?
    244 free(pFirstNode);
    245
    246 free(pLastNode);

  2. I hope you don’t mine asking you this….
    Where do I start if I wanted to teach a computer programming n

    1. Sorry there is a typo error in mine- mind
      To continue…… What programming language to teach a 14 years old boy or where do I start to teach computer programming . Thanks for your help and you’re so great and awesome?

  3. You’re making it pretty clear and understandable. I am loving it. Will ask you doubts as and when it arises. Thank you !

Leave a Reply

Your email address will not be published. Required fields are marked *