Latest C Aptitude Question SOLUTION: #include int main(){ int a=2; a=a++ + ~++a; printf("%d",a); return 0; }