Const modifier in C

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

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

animeshsarkar
Автор

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

sidekickrida
Автор

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

Miguel-mvyc
Автор

Great content and explanation! Thanks a bunch =D

reneezmp