Multiple choice Which of the following symbols cannot print directly through printf statement? = > < Reveal answer Fill a bubble to check yourself C Correct answer Explanation The printf statement cannot print double quotation mark ('') directly. The backward salash () is to be used before double quotation mark ('') to display. For example, printf(\'');