what is printf and scanf code example Example: c printf scanf int a; scanf("%d", &a); printf("%d", a);