Computer Science, asked by mahalakshmiarul2, 1 day ago

Differentiate python and C++​

Answers

Answered by harshitamunot74
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.
Similar questions