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