Latest Miscellaneous Company Exam Aptitude Question SOLUTION: int a; printf("%u\n", (int)(&a+1)-(int)(&a)); it prints sizeof(a)=4; but i can't understand ,pls can any one explain this.