+ 3
Why does python use only Interpreter unlike C, Which uses both compiler and Interpreter?
4 odpowiedzi
+ 3
@Martin, I am having an issue thinking of an interpreter for C also. 😂 I believe an interpreter to C is the process of procedurally progressing through a CLI, which can be seen as interpreting? I'm not sure. It doesn't make sense to me.
+ 2
C is mainly a compiled language...
+ 1
Python is a interpreted language.
It's every line of code is interpreted while execution.