C size of const pointer

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 …


Bookmark & Share