C Programming Tutorial – 7 – Variables

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

30 responses to “C Programming Tutorial – 7 – Variables”

  1. Semper Volo Avatar

    Love this guy's humor in his teaching. Very entertaining to learn

  2. Shimada - Squad Avatar

    by the way who is bucky xD

  3. Zaffer Abass Naik Avatar

    Thank you BuckyRoberts

  4. abir hasnat zawad Avatar

    (int age;
    age=210+100;)
    the answer is:310
    BUT
    if i write
    (int age;
    age=210+0100;)
    the answer shows:274
    Why???????????

  5. JAIMIN AKABARI Avatar

    please give me your contact number so I can ask you for more details

  6. JAIMIN AKABARI Avatar

    how to print multiple variables?this video only saw us print single variable

  7. Mahmoud Rashad Avatar

    thanks for the easy way you teach

  8. Furkan Süngü Avatar

    when I write 17 it shows as 56 , when I write 15 it shows as 8 :d What's the problem?

  9. jonus brothers Avatar

    i am not understanding that why we are using "return 0 "..i mean why 0??
    please reply asap..
    please help##

  10. aprender Avatar

    I love the way he even teaches this very basic stuff.
    Love you man.

  11. lucky max Avatar

    i can see the cods buddy

  12. 99saugat [ Technical ] Avatar

    Hey, Please make your videos a quite faster speaking and quite interesting with some animations coming up. However, it works when I speed up to 1.25 but sometimes it gets quite boring as well ! ! !

  13. ying tang Avatar

    why I put "age=currentyear-birthyear;" infront of " birthyear=1917;
    currentyear=2017;" ,the output is minus 83 years old?

  14. TR Tube Avatar

    u r awesome ,upload more

  15. ewk Avatar

    thanks for making these so entertaining

  16. anonymous clark Avatar

    bucky is now 30 years old

  17. Anil Mawji Avatar

    Why say
    int age;
    age = 27;
    instead of
    int age = 27;
    ??

  18. maishan wahyd Avatar

    How can someone dislike this ?????
    Such amazing tutorials. Love this so much. I have learnt so much in a few days.
    You sir are an incredible citizen.
    God bless your soul.

  19. Zafar asif Avatar

    why all of a sudden the video become blurred ?

  20. Shan S Avatar

    Dude, I must say your stuff is amazing!

  21. Nicholas Lee Avatar

    int main()
    {
    char you[4] = "Alex";
    printf("My name is %s ", you );
    }
    It prints "My name is AlexD…
    Even if u change the you, It still prints with "D". Why?

  22. Jun Rio Avatar

    Is C connected to C++?

  23. tarık yılmaz Avatar

    %d refers to digit and %s refers to string u may wanna say that ^^

  24. Q _ Q Avatar

    '69hotdogs' great choice bucky…

  25. Vivek Wandile Avatar

    sir, what is function of very first two lines, are they necessary?

  26. mohamed el hady Avatar

    the lines is very small in the screan . I donot cam see wall

  27. Emilia Holmberg Avatar

    Uh. Can someone explain the entire int main() thing in the beginning? and why we have to put return 0; after after the function?

Leave a Reply

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