differentiation between python and c++
Answers
Answered by
8
PYTHON :
- lèss lines of cøde.
- gàrbage suppørts
- for compilatioñ intèrpreter is used.
- slow in speed.
- It is a dynamic languàge .
C++ :
- more liñes of cøde.
- Gàrbage doesn't suppørts.
- C++ is pre compiled
- when compared to python it is faster.
- It is a statiçally typed langûage.
Similar questions