Advertisements
Advertisements
Question
Differentiate PYTHON and C++?
Distinguish Between
Advertisements
Solution
PYTHON:
- Python is typically an “interpreted” language
- Python is a dynamic-typed language
- The data type is not required while declaring a variable
- It can act both as scripting and general-purpose language.
C++:
- C++ is typically a “compiled” language
- C++ is compiled statically typed language
- The data type is required while declaring a variable
- It is a general-purpose language.
shaalaa.com
Is there an error in this question or solution?
