🎴 Flashcard Mode
IT Fundamentals: C Programming, UNIX, and SQL/Oracle
Card1 / 25
Mastered0
Review0
QuestionClick to flip
Which of the following conversion characters is used to display strings characters in the output statement?
AnswerClick to flip back
A
'%s'
💡 Explanation:
This conversion character is used to display strings in the output statement.