Welcome to part 3 of my C Video Tutorial!
In this tutorial I cover : exit(), switch, Arrays, Array Indexes, Problems with scanf(), Memory Overflow, strcpy(), fgets(), Array Interation, strcmp(), strcat(), strlen(), strlcpy(), Global Variables, Local Variables, Functions, and more…
The code below is heavily commented and will help you learn. Feel free to leave any questions you have.
If you like videos like this it helps to tell Google+ with a click here [googleplusone]
Code From the Video
CTutorial3_1.c
CTutorial3_2.c
CTutorial3_3.c
derek sir wanted to learn web development so could u plz guide me which of your tutorial I should take and their order.
thanku
Check out this page I made Web Design Course. All my videos are on that one short page. Follow them in order, but feel free to skip XML and come back to it when you need it. You can also learn either javascript or php in either order. I hope that helps 🙂
When I try the strlcpy function I get the error: undefined reference to strlcpy.
I read that strlcpy is not standard c. do I need additional header files
Use this #include and the error will go away