C Video Tutorial

[ad_1]
Get the Code Here:

Support me on Patreon :

Welcome to part 1 of my C Video Tutorial! I have been getting this request constantly lately so I decided to cover the C programming language in a fast and complete tutorial series. It will probably be complete by the end of the weekend!

I cover: Comments, #include, #define, Global Variables, main(), char, int, long int, float, double, printf(), Escape Sequences, %d, %ld, %f, %c, %s, Character Arrays (Strings), strcpy, scanf(), Math Functions, Order of Operations, Math Shortcuts, Casting and more…


Posted

in

by

Tags:

Comments

19 responses to “C Video Tutorial”

  1. Kepler Avatar

    I write the code exactly like you but i think the terminal im using is fucking it up.. EDIT: no the code is just outdated now I guess..

  2. Rubik's Cubed Avatar

    when you were showing how C will prioritize randomNum += 2 before printing anything out, my code had no problem doing printf("Together: %d += 2 : %d", randomNum, randomNum += 2). I am running C11 and I am wondering if this is how it is supposed to be of if I did something differently

  3. Luke Blevins Avatar

    I just wanted to say a huge THANK YOU to you Mr. Banas! You taught me Java, android, and now C. Keep up the great work!

  4. varun gupta Avatar

    free c language classes , please reply

  5. Lee Gaines Avatar

    Why do you put a space before the conversion character in scanf?

  6. kazi Asif abdullah noor Avatar

    Problem with increment. Time: 22:30
    exNum=1;
    printf("%d++ : %dnn", exNum, exNum++);
    In this case, If the operation is done after it is being displayed, then aren't we supposed to get 1++ : 1 rather than 2++ : 1 ??

  7. Ahmad mirzad Avatar

    Anyone else have their programming exam tomorrow? :l

  8. Nirbhay Narain Avatar

    Thank You so much SIR for this video.

  9. LMCstudios Avatar

    is c++ the same as c?

  10. Liam williams Avatar

    how u know so much languages?

  11. Suraj Yadav Avatar

    You are awesome man.Love you #Derek Banas

  12. Baidhar Soren Avatar

    why not scanf("%s",&string_name); ?
    why we don't use & in strings?

  13. jobaptist Avatar

    derek the 38 y.o walking bananas

  14. Sanjay Shr Avatar

    the solution for 20:33
    printf("%d ", randomNum);
    printf("+= 2 : %d n", randomNum += 2);
    Lol 🙂

  15. Youssef Samwel Avatar

    how old are you derek

  16. OverloadedCore Avatar

    so i have a array of chars
    char[100] ctuhe;
    i want this to store all the chars the user has typed in
    i can try to set it but
    when i get the next user input it willl overrite it

    is there a way of basically adding another char to the array (contains currently only 3 values) in the most raw way possible

Leave a Reply

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