Latest C Aptitude Question SOLUTION: #include void main() { int a,b; scanf("%d*%d%d,&a,&b); printf("%d%d",&a,&b); } output???