Const modifier in C

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

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

  • @sabreenelastal2232
    @sabreenelastal2232 2 года назад +2

    Thank you king, you absolute machine

  • @sidekick3rida
    @sidekick3rida Год назад +2

    Better to use `int const` than `const int` so you can read from right to left…
    int const // a constant integer
    int const * const // a constant pointer to a constant integer

  • @animeshsarkar295
    @animeshsarkar295 2 года назад +1

    Sir, your videos are amazing the best channel on youtube for learning C. Please upload more quality types videos. Thank you.

  • @Miguel-mv5yc
    @Miguel-mv5yc 4 года назад +2

    Great, just what I was looking for! Super clear!

  • @reneezmp
    @reneezmp 2 года назад +1

    Great content and explanation! Thanks a bunch =D

  • @franciscocarneiro
    @franciscocarneiro 2 года назад +1

    Congrats :-). Great explanation.

  • @Thiago-qu2tb
    @Thiago-qu2tb 3 года назад +1

    Thanks for the explanation!

  • @euriskoo
    @euriskoo 2 года назад +1

    Wow! Great.. Thank you.

  • @Bits32
    @Bits32 2 года назад +1

    Good explanation.

  • @AshishKumar-qi5gk
    @AshishKumar-qi5gk 2 года назад

    Nicely explained. Thanks