Latest C++ Aptitude Question SOLUTION: What will be the output? main() { int a[]={1,3,5,7}; printf("%d",&a[3]-&a[1]); } Options 1) 1 2) 2 3) 3 4) 4