i was trying to print numbers in right justified format:
suppose,
input:
printf("\\n%d", 1234567); printf("\\n%07d", 5);