Hi
I have a noob question wishing someone will explain this to me.
in a printf what does 10.5f mean?
could i get some examples?
Im doing assignment and i have example output
"%d %10.5f"
% 123 24.0 // bold as output.
suppose I have stack of numbers
123 <- top of stack
24
the assingment states
% is a formatted print taking a variable number of operands depending on the format string