What is size of pointer variable in c?

Answer:
Size of any type of pointer variables in c is independent of data type which is pointer is pointing i.e. size of all type of pointers variables(near) in c is two byte either it is char pointer variable, double pointer variable, function pointer or null pointer variable.  

1 comment:

remo said...

why always a pointer size is 2 bytes?