A
Field-width sets the least number of columns for output.
#include <stdio.h> main() { int i = 9; printf(">%4d<",i); }