Latest C Aptitude Question SOLUTION: output? void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); } A. 4..2 Explanation: The second pointer is of char type and not a far poin