Which of the following printf conversion character is used to display the data item as a signed decimal integer.
a) d
b) f
c) i
d) u
Answers
Answered by
2
Answer is I to display the data item as signed decimal integer
Answered by
1
C is the option and that is usually make proper output statement in C programming is Printf.
This conversion specification is also used in a pair of character and preceded by % and followed by a quote which may be data item and signed decimal integer.
It is displayed as an unsigned decimal integer.
Similar questions