C printf L=printf("%d%d%d",a,b,c); printf("second printf()=%dn",l); output will be: first printf()= second printf()= explanation: in first printf() it reads two values so that output shown
Corporation Stirol