Variables. Output specifiers




Task
This is an optional task for those who want to learn more about the C output operator.

In the 4th line, write an operator that, when substituted into the specified line, performs the output of the value of the variable a with a sign and with an accuracy of 3 decimal places
C++
1
#include <stdio.h>         
2
main(){         
3
float a=543.42375;         
4
5
}         
Your last submission is saved in the editor window.
     

Results:

All results: