When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
16 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
;compile c -w
B* = 15.000000
Only the very first parameter you're passing to printf is the format string telling printf what to do
It doesn't look at the other format strings you are passing
but why is this happening?
Because printf is designed this way
so i need to printf for each one?