Sir, your videos are amazing the best channel on youtube for learning C. Please upload more quality types videos. Thank you.
@sidekick3rida Жыл бұрын
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