Multiple choice

Which of the following conversion symbols used in printf statements in C language is/are invalid?

  1. %p

  2. %g

  3. %o

  4. None of these

  5. All of the above

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

None of the conversion symbols are invalid. So, this is the correct answer.