Introduction to C Language (GCC, Printf, Puts, Putchar) | 0x00. C - Hello, World

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • ALX Introduction to C Language (GCC, Printf, Puts, Putchar) | 0x00. C - Hello, World ALX
    ALX Introduction to C Language (GCC, Printf, Puts, Putchar) | 0x00. C - Hello, World ALX
    ALX Introduction to C Language (GCC, Printf, Puts, Putchar) | 0x00. C - Hello, World ALX
    ALX Introduction to C Language (GCC, Printf, Puts, Putchar) | 0x00. C - Hello, World ALX

ความคิดเห็น • 38

  • @KabeloThaba-c6y
    @KabeloThaba-c6y ปีที่แล้ว +2

    This was incredibly resourceful sir, personally it has made things more vivid for me. Your content is highly appreciated this side Precious🙏

  • @tobilobadayo3913
    @tobilobadayo3913 ปีที่แล้ว +3

    I always come back to watch your videos, it's very educational. Thank you so much.

  • @hashimsulaiman6003
    @hashimsulaiman6003 ปีที่แล้ว

    alhamdulillah am so grateful and I don't know what to say to express my gratitude I had Ideas in c but din't where to start from to solve problems but you have tought me how to blend all the the concepts in a very easy and sammarised way with a very rich explanation .than kyou so much be blessed

  • @litebaabua8047
    @litebaabua8047 ปีที่แล้ว +1

    You are a great teacher 🙏🙏

  • @eyosiyas37
    @eyosiyas37 ปีที่แล้ว

    Yes!! Your videos are very educational. Pls keep up the good work! ❤🙏

  • @bereketaynalem
    @bereketaynalem ปีที่แล้ว +1

    you are God sent, thank you for these

  • @pp4792
    @pp4792 ปีที่แล้ว +1

    good effort but i feel it's meant for ppl who already code in other languages and are now learning C. For a complete beginner in coding this is not elaborate. I appreciate the effort though. Good work

  • @ogbeteyhanson5568
    @ogbeteyhanson5568 ปีที่แล้ว +1

    My question is
    Printf(“size of int : %d” , sizeof(int));
    Printf(“size of float: %d” , sizeof(float))
    But in the table int = %d
    And float =%f
    So why didn’t you use %f for float but used %d for it ?

    • @zainabadeoje6174
      @zainabadeoje6174 ปีที่แล้ว

      He used %d as the format specifier because we are checking for sizes, and the expected output is an integer. Size can be 1,2,4,13 etc, those are integers, hence the use of %d

    • @babysenpai3883
      @babysenpai3883 ปีที่แล้ว +1

      @@zainabadeoje6174 ok and when can we use the %f

    • @jonesmichael12
      @jonesmichael12 ปีที่แล้ว +1

      We can use the %f when we know there will decimal place

  • @aderemioguntunde
    @aderemioguntunde ปีที่แล้ว

    Thank you for this tutorial

  • @kingzempire2003
    @kingzempire2003 ปีที่แล้ว

    please what terminal are you using sir...?

  • @RitaOloruntofunmi
    @RitaOloruntofunmi ปีที่แล้ว

    What is the name of the terminal you are using, please? And how did you install betty to check your code in the terminal?

    • @clickateacademy
      @clickateacademy  ปีที่แล้ว

      th-cam.com/video/aq3rSQjSCxU/w-d-xo.html

  • @folorunshoalli4692
    @folorunshoalli4692 ปีที่แล้ว +2

    bro its a lovely presentation 👏It would be nice if the slide link was shared🥺

    • @clickateacademy
      @clickateacademy  ปีที่แล้ว

      Hello Bro, all you need is in the video. The slide is just for teaching.

    • @folorunshoalli4692
      @folorunshoalli4692 ปีที่แล้ว

      @@clickateacademy bro....

  • @picasanemellokazie1475
    @picasanemellokazie1475 ปีที่แล้ว

    Which app is this one?

  • @michaelrobson3092
    @michaelrobson3092 ปีที่แล้ว

    thank you for everything :)

  • @stephanekamnang6698
    @stephanekamnang6698 ปีที่แล้ว

    Very helpful video. Thanks a lot @Clickate Academy. Please could we have the slides? So that we can review it even offline.

  • @livefootballhd4k415
    @livefootballhd4k415 ปีที่แล้ว

    Betty is not work in my own end. I'm getting command not found error

  • @jenn.a
    @jenn.a ปีที่แล้ว

    What is the meaning of./ pls?

    • @Pretty_Phardheelart
      @Pretty_Phardheelart ปีที่แล้ว

      To read content of the executable file created from gcc

  • @shazaAly231
    @shazaAly231 ปีที่แล้ว

    how to install betty ? please

  • @wisdomchukwudume5008
    @wisdomchukwudume5008 ปีที่แล้ว

    i will appreciate it, if you can provide the slide, so that we can study with it also

  • @toluwatosin
    @toluwatosin ปีที่แล้ว

    Can your explain with relatable terms(or real life relatable examples) next time please?
    Everything terminology seems foreign here lol

    • @clickateacademy
      @clickateacademy  ปีที่แล้ว

      Can you please tell me what is foreign so i can improve on them.

    • @toluwatosin
      @toluwatosin ปีที่แล้ว +2

      @@clickateacademy Actually, I'm new to C language (programming in general) but I feel it'd be more understandable if their are real life references, something a newbie like me can easily relate to to get a better understanding. Maybe give some terms/labels names or references that can be easily understood.
      PS: I'm just saying though, I don't know better... Thank you

    • @mabelemeng6314
      @mabelemeng6314 ปีที่แล้ว

      there is a mixup with assembly and compiling

  • @babatundeabdulazeez4630
    @babatundeabdulazeez4630 ปีที่แล้ว

    Ur saying / but typing -

    • @clickateacademy
      @clickateacademy  ปีที่แล้ว +3

      Atleast you get the point. Focus on good, do not dwell on bad every time.

  • @dickensphilip6918
    @dickensphilip6918 ปีที่แล้ว

    please share the slides