Computer Science, asked by madhanmohan8283, 8 months ago

Which print conversion character is used to display data item as a signed decimal interger .

Answers

Answered by MahekBTS
0

Answer:

printf(control string, arg1, arg2, … , argN)

The control string consists of one or more of the following items:

Characters that are simply printed as they are; ie, messages or prompts

Conversion Specifications — the field width and the format specifier

Escape Sequences — used to print certain non-printing characters like newline, tab and bell alert

The control string indicates the type of arguments that follow. The arguments arg1, arg2, … , argN are the variables whose values are formatted and printed according to the specifications of the control string. The arguments must match in number, order and type with the format specifications.

Explanation:

follow me...hope it helps

Similar questions