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