You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is obsolete. Beginning in Visual Studio 2015, it is not available in the CRT.
Syntax
unsigned int_get_output_format();
Return value
The current value of the output format flag.
Remarks
The output format flag controls features of formatted I/O. The flag has two possible values: 0 and _TWO_DIGIT_EXPONENT. If _TWO_DIGIT_EXPONENT is set, the floating point number is printed with only two digits in the exponent unless a third digit is required by the size of the exponent. If the flag is zero, the floating point output displays three digits of exponent, using zeroes if necessary to pad the value to three digits.
Requirements
Routine
Required header
_get_output_format
<stdio.h>
For more compatibility information, see Compatibility in the Introduction.