Constant pointer and pointer to constant in C programming

Constant Pointer and Pointer to Constant

As an Embedded C programmer, understanding pointers is very important. Given the resource constraints in embedded system, one has to ensure memory is utilized in most optimized fashion, where pointers come in handy. While using pointers programmers often come across confusion between constant pointers and point to a constant. Here is an article that describes differences between these two in a very detail oriented manner.

 

  1. Here is the URL to download this: https://www.emertxe.com/content/osfy_dec_2014_satya_constant_pointers.pdf
  2. Other related articles to download in PDF format from the URL: https://www.emertxe.com/content/

Share this material with your friend:

Leave a Comment