Size of Const Pointer : Pointer Concept in C
What is the size of const Pointer variable in C ?
Pointer :
Pointer is the variable that stores the address of another variable .
How to calculate size of Const Pointer ?
Size of Const Pointer : 2 bytes
For more details …
