The sizeof operator in C

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ส.ค. 2024

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

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

    You do a great job explaining concepts! Thanks for the content.

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

    One of the best tutorials in C out there in TH-cam. Thanks.

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

    Thanks Man. Thanks to you I'm able to begin with my codes. You are the best!

  • @al-farabinagashbayev5403
    @al-farabinagashbayev5403 4 ปีที่แล้ว +2

    man you are great keep doing your tutorials please) they are great)

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

    you have gained my subscription

  • @shirinnurlyyeva508
    @shirinnurlyyeva508 2 ปีที่แล้ว

    neat explanation.thanx

  • @pixbug3359
    @pixbug3359 2 ปีที่แล้ว

    Nailed it! thank uuu

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

    Thank you 😊

  • @parshuram3191
    @parshuram3191 6 หลายเดือนก่อน

    Man... You are so cool. THis is gold......

  • @cesarislas7130
    @cesarislas7130 2 ปีที่แล้ว

    Thank you so much.

  • @mgharbi1209
    @mgharbi1209 10 หลายเดือนก่อน

    thank you !

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

    This man is a god among men.

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

    thanks bro

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

    U R BESTTTTTTTTTTTTTTTTTTTTTTT

  • @zyghom
    @zyghom 2 ปีที่แล้ว

    @4:29 - no, you don't get number of the elements in the array - you get the number of possible elements (max) in the array. Good example above: array for 10 elements but only 3 with values, right?

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

      Yes, that's more correct. I think that's what I meant to say: "the maximum number of elements".

    • @zyghom
      @zyghom 2 ปีที่แล้ว

      @@CodeVault and I think this is the reason many functions (libraries or so) that work with arrays usually ask for 2 parameters: array itself AND the number of elements in the array (but not the possible numbers of the array) to compute (or postprocess) the arrays values. Unless you flag the end of variables i.e. with one specific number, that would represent: "this is the last element of my array - don't go any further" - that is bew how the c-strings work right - character ZERO that say: "no more string please - rest is a garbage" ;-)

    • @CodeVault
      @CodeVault  2 ปีที่แล้ว

      Exactly right

  • @user-zx6hh8jj7l
    @user-zx6hh8jj7l 2 ปีที่แล้ว

    We are you from? You have interesting accent