Computer Science, asked by sm8837748, 4 days ago

what is the formate specifier use to print a string in printf function?
A. %c
B. %d
C. %s
D. %d​

Answers

Answered by lehartulsian
0

Answer:

The printf() function sends a formatted string to the standard output (the display). ... If printf() contains more than one argument then the format of the output is defined using a percent (%) character followed by a format description character.

Answered by Vaish2934
1

% p is tge correct answer to this question

Similar questions