scanf and printf in c++ - by Anurag18 void main() { int i=3; printf("%d%d%d",i+5,i-4,i);scanf("%d%",&i); } please explain the concept. Read the article