Compiler Design

In computer science, Type checking refers to which of the following?

Correct answer

B. A compiler process that verifies whether operations in a program are performed on compatible data types.

Explanation

Type checking refers to a compiler process that verifies whether operations in a program are performed on compatible data types.