Latest SELF Aptitude Question SOLUTION: What value of c will get printed main() { int a,b,c; a=10; b=20; c=printf("%d",a)+ ++b; printf("\n%d",c); }