Multiple choice

What does the function sprintf() operate on?

  1. data in a file

  2. stderr

  3. string

  4. stdin

  5. stdout

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The function sprintf() operates on strings.