D. causes a run-time error since 13 is not less than 12
E. displays nothing since 13 is not less than 12
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “3. The ifstatement: if (13 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » 3. The ifstatement: if (13<12) printf ("never/n"); else printf ("always/n"); A. displays never B. displays always C. will not compile since 13 is not less than 12 D. causes a run-time error since 13 is not less than 12 E.