C variables 💰

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 139

  • @BroCodez
    @BroCodez  3 года назад +54

    #include
    int main(){

    // variable = Allocated space in memory to store a value.
    // We refer to a variable's name to access the stored value.
    // That variable now behaves as if it was the value it contains.
    // BUT we need to declare what type of data we are storing.
    int x; //declaration
    x = 123; //initialization
    int y = 321; //declaration + initialization
    int age = 21; //integer
    float gpa = 2.05; //floating point number
    char grade = 'C'; //single character
    char name[] = "Bro"; //array of characters

    // % = format specifier
    printf("Hello %s
    ", name);
    printf("You are %d years old
    ", age);
    printf("Your average grade is %c
    ", grade);
    printf("Your gpa is %f
    ", gpa);
    return 0;
    }

    • @cadmium4113
      @cadmium4113 3 года назад

      You missed a Semi colon!

    • @SkulzR
      @SkulzR 3 года назад

      S

    • @marcobeggiato5597
      @marcobeggiato5597 2 месяца назад

      bro is the real giga chad

    • @radwoayaancabdicaziz3979
      @radwoayaancabdicaziz3979 Месяц назад

      Hello sir Iam somali guy and liked your course Iam learn university and I'm computer science and don't have computer😢

  • @misterlollo5114
    @misterlollo5114 3 года назад +39

    Thanks dude, im just 14 myself and English isnt even my first language, i tried multiple RUclipsrs explaining C (some even for money) non of them worked for me. Then i stumbled apon you, i learned more from you in 2 Weeks than from 10 RUclipsrs in 6,5 months. Thx Bro 🤜🤛

    • @realdealholyfield9616
      @realdealholyfield9616 3 года назад +2

      Who paid you to write this comment?

    • @misterlollo5114
      @misterlollo5114 3 года назад +19

      @@realdealholyfield9616 no one I just find his tutorials helpful

    • @Meteor_X
      @Meteor_X Год назад +1

      Same bro..

    • @DemidCode
      @DemidCode 10 месяцев назад +2

      i'm 14 now, also learning c. I have learned python and created a lot of games with pygame (some complicated, some easy). Also english not my first language first! This man is explaining all really well)

  • @klebleonard
    @klebleonard 3 года назад +14

    we appreciate your work sir 👌❤

    • @BroCodez
      @BroCodez  3 года назад +10

      You're welcome! I appreciate all of you checking out my videos!

  • @aditya_asundi
    @aditya_asundi 3 года назад +3

    150k woo!! ur channel is on fire! congrats!

  • @gambitjr8197
    @gambitjr8197 3 года назад +10

    Better than my lecturer

  • @roy4644
    @roy4644 2 года назад +4

    I knew all this but one thing it really helped me it was the array I didn't know and the%s this is so helpful thank you so much for you video and the time you take to teach I love learning I usually learn from a book but Im still trying to come up with a solid plan to completely learn c programming thank you bro

  • @hiteshsingh347
    @hiteshsingh347 3 месяца назад +1

    outstanding explanation bro! love from india🚩

  • @imperatusmauser7096
    @imperatusmauser7096 3 года назад +2

    I already know C but this is just entertaining to watch

  • @kathleenoconnell8055
    @kathleenoconnell8055 Год назад +1

    Thank you, you are very clear and concise!!!

  • @pujadebb
    @pujadebb 27 дней назад

    This helped a ton, thank you so much.

  • @andreaspatounis5674
    @andreaspatounis5674 3 года назад +3

    There is a Boolean data type in c, you have to write "_Bool" and you can only set it to either 0 or 1
    (not true or false)

    • @andreaspatounis5674
      @andreaspatounis5674 3 года назад +2

      To print it you use %u

    • @BroCodez
      @BroCodez  3 года назад +4

      awww shit, I forgot about _Bool!
      I'll have to include that in the next video about data types. Thanks for letting me know!

    • @andreaspatounis5674
      @andreaspatounis5674 3 года назад +2

      @@BroCodez there is also an header file so that you can use true and false. I will let you know about this in about an hour.

    • @BroCodez
      @BroCodez  3 года назад +3

      @@andreaspatounis5674

    • @andreaspatounis5674
      @andreaspatounis5674 3 года назад +2

      @@BroCodez ah yeah right I wasn't remember it and I was going to look it when I get to my house

  • @logeshwaran3016
    @logeshwaran3016 3 года назад +8

    ❤️ from a fellow bro ❤️

  • @xelosz8442
    @xelosz8442 4 месяца назад

    you're the goat OF all time ILY

  • @emperorj4783
    @emperorj4783 3 года назад +1

    Hey Bro! I love your videos. They don't need a dislike button! So can you make a tutorial on either Java or C# networking? It would be great! :D

  • @cadmium4113
    @cadmium4113 3 года назад +3

    Love your content!

    • @BroCodez
      @BroCodez  3 года назад +1

      I'm glad you enjoy it Cadmium!

  • @HadesTimer
    @HadesTimer 3 года назад

    cute dog... Thanks for the great tutorial. Enjoy your break...

  • @integrate2945
    @integrate2945 3 года назад +2

    Bro... I have been following you for a long time(When you had only 21k subscribers), I genuinely believe that you deserve millions of subscribers..
    I like ..no.. I actually love your explanation.. please bring detail(begginer to advance level) lecture about" pointer in c++", Also please add more vedioes on "data structure and algorithm topic(C++)." Please.. You should upload more and more vedioes 😭😭😭

    • @student1999
      @student1999 Год назад

      this is very true he deserves millions of subs

  • @alexbertil2756
    @alexbertil2756 Год назад

    Thanks alot dude, made it damn easy to understand.

  • @rachidjabir4156
    @rachidjabir4156 2 года назад

    this is really helpful, appreciate it !

  • @ninavolosin598
    @ninavolosin598 3 года назад

    I hate that i can't support you more. You are very cool!!

  • @lavanyashivu6125
    @lavanyashivu6125 3 года назад

    Nice video series

  • @Surgeryxperts
    @Surgeryxperts 3 года назад

    Bro I appreciate your videos a lot and they are a great teacher for me.
    Can you please make a tetris game in java swing because in other videos they dont explain the things clearly

  • @kosolomon123
    @kosolomon123 3 года назад

    subbed, you're a legend 💪

  • @kvirupakshi3596
    @kvirupakshi3596 3 года назад

    Very helpful

  • @mikebenengtouncry3613
    @mikebenengtouncry3613 3 года назад

    amazing videos.

  • @piotrmazgaj
    @piotrmazgaj 3 месяца назад

    This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.

  • @yasassriekanayake5058
    @yasassriekanayake5058 Год назад

    You made my day man thank you very much sir❤❤❤❤❤❤

  • @_txt_7398
    @_txt_7398 2 года назад

    THANK YOU VERY MUCH 👏
    UR VIDEO REALLY HELPED ME🥀

  • @mgrycz
    @mgrycz 4 месяца назад

    Nice!

  • @mezame2821
    @mezame2821 3 года назад

    Nice toturial for new programmers ty bro

    • @BroCodez
      @BroCodez  3 года назад +1

      thank you me zame!

  • @brianytpro8856
    @brianytpro8856 3 года назад

    Can you make course about making some 3D program?
    I want it!
    By the way i'm already subcribe you because i like your course

  • @itCODE
    @itCODE 3 года назад

    Hi bro! Cool video !

  • @AgadjanAnna
    @AgadjanAnna 10 месяцев назад

    thank you very much from Turkmenistan

  • @CabalMobile-v1h
    @CabalMobile-v1h Год назад

    This is my comment 😅thank you bro❤

  • @nihalbicer4458
    @nihalbicer4458 Год назад

    Is there a reason why we label name as %s, age as %d and average grade as %c? Are these kind of rules we must follow?
    @Bro Code

    • @mechagear4819
      @mechagear4819 Год назад +1

      Yes, for integers (the age) we use %d. For a single character (grade) we use %c and for a string (name) we use %s

  • @hannibalbianchi1466
    @hannibalbianchi1466 3 года назад

    for(int i=0 ;i

  • @photocide17
    @photocide17 Год назад +1

    #include
    int main(){
    printf("poggers");
    return 0;
    }

  • @spartanranger
    @spartanranger 3 года назад

    Thanks for the video bro

  • @chadmurray9506
    @chadmurray9506 Год назад

    once again killa video man

  • @noah77
    @noah77 3 года назад +1

    how's the vacation :)?

  • @mebanteisalahe985
    @mebanteisalahe985 3 года назад

    How do you bring that github authentication in your vs code ?????is it necessary ?

  • @sylvanfranklin6904
    @sylvanfranklin6904 3 года назад +1

    I kinda want to learn c family but Idk what I really want to do with programming and my computer isn’t good enough to run unity

    • @BroCodez
      @BroCodez  3 года назад +1

      Try creating different projects and see what interests you. I found out that I don't enjoy game dev that much after making a few games, but I do have an interest in web design

  • @CameronBaileyQuote
    @CameronBaileyQuote Год назад

    "C as in Charizard."-Me 🤓

  • @Жаннашангитбаева-н5ы

    Yo Bro. Can you do complete turorial about Spring Hibernate pls?) Thank you in advance

  • @azizrahimov4602
    @azizrahimov4602 3 года назад

    Hi. can you do a tutorial for how to use opestreetmap offline in javaFx?

  • @mollyputih4750
    @mollyputih4750 3 года назад

    Bro, can you put all the videos before in playlist.

  • @Synctw1zzy
    @Synctw1zzy 3 года назад

    Nice.

    • @BroCodez
      @BroCodez  3 года назад

      thanks Alphanon!

  • @bshggaming9042
    @bshggaming9042 3 года назад +1

    teach us about kali linux

  • @davaariantara3704
    @davaariantara3704 3 года назад

    gonna learn python first like you've suggest hahah, ofc with your 12-hour course. damn bro👍

  • @yehannk448
    @yehannk448 3 года назад +1

    Bro please can you start a php tutorial in the future

    • @BroCodez
      @BroCodez  3 года назад

      I wouldn't mind! but it depends if there's enough people that would want to learn PHP

  • @marmikchaudhari4459
    @marmikchaudhari4459 3 года назад

    Man I love u thnx for your help

  • @SAEID-n4r
    @SAEID-n4r Год назад

    ❤❤❤❤❤❤

  • @nzn5671
    @nzn5671 Год назад

    you are amazing

  • @lam8322
    @lam8322 3 года назад

    Bro, do you do job like developer other than RUclipsr ?

  • @victorgallardo9409
    @victorgallardo9409 11 месяцев назад

    Great content bro!
    I have a problem....
    when i run the code on my end, for "gpa" instead of printing "2.05000"... i got 0.0000.
    Does any one know why?

  • @ojcubes
    @ojcubes 2 года назад

    Niceee

  • @erodz2240
    @erodz2240 2 года назад

    Thank you bro.

  • @MainulHossainAnik
    @MainulHossainAnik 3 месяца назад

    🔥🔥❤❤DONE🔥🔥❤❤

  • @sina9389
    @sina9389 3 года назад

    👍🌷❤

  • @alagappank1242
    @alagappank1242 3 года назад

    Sir please makes c pgm videos as soon as fast... it is useful to us..🙄

  • @arulkumara2077
    @arulkumara2077 3 года назад

    Bro make Java spring framework tutorial using intellij idea....

  • @user-ace96plays
    @user-ace96plays 7 месяцев назад

    DONE❤

  • @thiemhoang3015
    @thiemhoang3015 3 года назад

    can we have a console screen in vscode ?

  • @truongkhanguyen6241
    @truongkhanguyen6241 3 года назад

    Make PHP course bro :3

  • @KebxaiAod
    @KebxaiAod 3 года назад

    Thank you bro

  • @astapog
    @astapog Год назад

    #include
    int main(){
    printf("Poggers");
    return 0;
    }

  • @DepthGamer-fe4wp
    @DepthGamer-fe4wp 3 месяца назад

    Thanks sir 🫡

  • @arpitsingh7267
    @arpitsingh7267 3 года назад +1

    Pls pls build a course on Django bro, pls really required , you teaches the best, I understand everything much better from u and don't want to go anywhere else to learn Django, pls make a course on Django.

  • @rev.sumangalabogahalande9898
    @rev.sumangalabogahalande9898 3 года назад

    Looking foword for a new video.

  • @leftlord
    @leftlord Год назад

    niceeeee

  • @godovni
    @godovni Год назад

    wait is print the same as count?

  • @logicalspaghetti
    @logicalspaghetti 5 месяцев назад

    printf("support comment number 2
    ");

  • @freezedtv9433
    @freezedtv9433 Год назад

    It work on .C right ?

  • @hairdeportgeorge2590
    @hairdeportgeorge2590 Год назад

    Thanks

  • @xotique2633
    @xotique2633 3 года назад +1

    Les go

  • @Rin-xy4tt
    @Rin-xy4tt 2 года назад

    I love you!

  • @abualgasimabdulrhman3533
    @abualgasimabdulrhman3533 Год назад

    Thank you so much Bro code

  • @thiemhoang3015
    @thiemhoang3015 3 года назад

    I wait for 1 week :(( I hope you're well bro.

  • @Imanonymous47
    @Imanonymous47 Год назад

    Why me code doesnot return 0😂

  • @stanhunter7367
    @stanhunter7367 2 года назад

    wazzzzup!

  • @mertsanl8909
    @mertsanl8909 8 месяцев назад

    goated

  • @weepingangel4638
    @weepingangel4638 2 месяца назад

    thanks

  • @Madsun262
    @Madsun262 3 месяца назад

    this guy is a legand

  • @mohansesetti6393
    @mohansesetti6393 3 года назад

    How to get output in vs code broi

  • @Rahul-yu3ro
    @Rahul-yu3ro Год назад

    4:20

  • @Lucky_gahlot_3
    @Lucky_gahlot_3 Месяц назад

    Day 1 video 2 😊

  • @JacobKanyikeM
    @JacobKanyikeM 8 месяцев назад

    broooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

  • @adityadamanjodi
    @adityadamanjodi 2 года назад

    bro!!

  • @sa758
    @sa758 6 месяцев назад

    i love u

  • @aditya_asundi
    @aditya_asundi 3 года назад

    Hi bro!

  • @The_Mad-Ramx
    @The_Mad-Ramx 9 месяцев назад

    Sup

  • @roninjaeger
    @roninjaeger Год назад

    poggers :)

  • @student1999
    @student1999 Год назад

    poggers

  • @frehiwotgetachew3800
    @frehiwotgetachew3800 Год назад

    Random comment

  • @Crimera137
    @Crimera137 Год назад

    am 21

  • @averydee5328
    @averydee5328 2 месяца назад

    random comment down below

  • @ryanalnaser914
    @ryanalnaser914 2 года назад

    whatever anything

  • @stefansavastre702
    @stefansavastre702 Год назад

    random comment

  • @thedivyanshbhati
    @thedivyanshbhati 2 года назад

    blah blah

  • @hat8694
    @hat8694 Год назад +1

    "Poggers"