Differentiate python and C++
Answers
Answered by
0
Answer
Python is an interpreted language and it runs through an interpreter during compilation.
C++ is a pre-compiled programming language and doesn't need any interpreter during compilation.
Python is an interpreted language and it runs through an interpreter during compilation.
C++ is a pre-compiled programming language and doesn't need any interpreter during compilation.
Similar questions