Home MCQs SSC Computer Science Question #1124
Back to Questions
SSC Computer Science QUESTION #1124
Question 1
What is the role of parser?
  • To check logical errors
  • To find syntax errors✔️
  • To identify run-time errors
  • None of these
Correct Answer Explanation
A parser (syntax analyzer) checks the source code against the grammatical rules of the programming language to identify syntax errors.