Question
Why printf doesn't work?
I have some problems with printf function.
For example,
float valf=0;
printf("%.0f",valf)
The result is
f
I don't understand...I thought that the native printf worked...
The option
Use float with printf is flagged.
Thank you.