Computer Science, asked by asaadfatam5074, 1 year ago

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 guptaprine338
2
Answer is I to display the data item as signed decimal integer
Answered by aqibkincsem
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