N
Nimmy
Hi,
How can I print blank spaces with printf()
I want something like printf("%6d %2d", lcVar1, lcVarb);
Printout should be:
123123 34
12 spaces in between 123123 and 34 and 15 spaces at the end again,
Thanks
How can I print blank spaces with printf()
I want something like printf("%6d %2d", lcVar1, lcVarb);
Printout should be:
123123 34
12 spaces in between 123123 and 34 and 15 spaces at the end again,
Thanks