Multiple choice technology programming languages Identify the true statement. For efficient program writing, we need syntax which is not strict For efficient program writing, we need syntax which is strict For quick compiler design, syntax is strict Syntax strictness and compiler design are not related Reveal answer Fill a bubble to check yourself C Correct answer Explanation Strict syntax makes compiler design easier and faster (quick compiler design). Strict syntax reduces parsing complexity and ambiguity, which is beneficial for compiler implementers even if it's less convenient for programmers.