Latest TCS Aptitude Question SOLUTION: When we execute the given code after giving input, which output is displayed? int main() { int a, b, c; printf("Enter value of a & bn"); c = scanf("%d",&a,&b); printf("%d",c);