Closed Halalaluyafail3 closed 1 year ago
printf("%.i",i)
Write a decimal int precision: 0 (implicit, only the period was specified) ARGUMENTS & EXPECTED TYPES -------------------------- i (int)
Write a decimal int precision: 0 (implicit, only the period was specified)
ARGUMENTS & EXPECTED TYPES -------------------------- i (int)
The given format string is invalid. This results in undefined behaviour.
When only the period is specified for the precision, the precision is assumed to be zero.
cdecl+ Input
Expected Prose
Actual Prose or Error
Additional Context
When only the period is specified for the precision, the precision is assumed to be zero.