Computer Science, asked by nooralammkg50, 1 year ago

Define 1) static semantic errors
2)dynamic semantic errors

Answers

Answered by Anonymous
2

A static semantic error, detected (at compile-time) by semantic analysis.

A dynamic semantic error, detected (at run-time) by code generated by the compiler.

Similar questions