Computer Science, asked by nasiima, 4 months ago

semantic errors can be detected by

Answers

Answered by itzHitman
10

Explanation:

The only way you can detect semantic errors is if you know in advance what the program should do for a given set of input. Then, you run the program with that input data and compare the output of the program with what you expect.

Answered by Anonymous
0

The only way you can detect semantic errors is if you know in advance what the program should do for a given set of input. Then, you run the program with that input data and compare the output of the program with what you expect.

Similar questions