Question

Which statement about integer conversion specifiers is false?
a) It is an error to print a negative value with a conversion specifier that expects an unsigned value.
b) "455 when printed with %u prints 455.
c) When printing an integers with %d, the plus sign (on a positive integer) does not print.
d) Place an l ("el") before any integer conversion specifier to indicate that a long integer is displayed.

Answer

This answer is hidden. It contains 3 characters.