Compiler Design

Identify the correct concept described as: the compiler phase that checks source code for meaningful correctness, such as type consistency.

Correct answer

C. Semantic analysis

Explanation

Semantic analysis refers to the compiler phase that checks source code for meaningful correctness, such as type consistency.