Latest C++ Aptitude Question SOLUTION: void main() { int a, *pa, &ra; pa = &a; ra = a; cout