Why does python use only Interpreter unlike C, Which uses both compiler and Interpreter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why does python use only Interpreter unlike C, Which uses both compiler and Interpreter?

22nd Mar 2018, 7:06 AM
Rajasekhar
Rajasekhar - avatar
3 Answers
+ 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.
22nd Mar 2018, 9:28 PM
Dread
Dread - avatar
+ 2
C is mainly a compiled language...
22nd Mar 2018, 11:21 AM
Dread
Dread - avatar
+ 1
Python is a interpreted language. It's every line of code is interpreted while execution.
22nd Mar 2018, 8:29 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar