Latest C++ Aptitude Question SOLUTION: Give the output of following program segment with explanation. main() {int a=32, *x=&a; char ch=65, &e=ch; e+=a; *x+=ch; cout<