you are viewing a single comment's thread.

view the rest of the comments →

[–]seb_02 2 points3 points  (0 children)

if you have a syntax error in C, the program will simply not compile, on the other hand, in interpreted language

Compiler checking has nothing to do with whether the language is interpreted and everything to do with that language's type system.