+ 2
Why do we use -3 or any Number in between % and d ?
Why do we use any number in%d ? Example :- printf("%-3d",l--);
1 Resposta
+ 1
Read about it in the following link, under flags section.
http://www.cplusplus.com/reference/cstdio/printf/
Why do we use any number in%d ? Example :- printf("%-3d",l--);