void main(){ char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }Answer:4..2 Explanation: the second pointer is of char type and not a far pointer