Categories
Blog
Embedded C Interview Questions Part -3
1) What is a Constant Pointer and a Pointer to Constant in Embedded C? A constant pointer is a pointer that cannot change the address it is holding. Once a constant pointer points to a variable then it cannot point…