what is the difference between c++ and python
Answers
Answered by
1
Differences between c++ and python are
Python uses Garbage collections whereas c++ does not.
C++ is a statically typed language while python is a dynamically typed language.
Python uses Garbage collections whereas c++ does not.
C++ is a statically typed language while python is a dynamically typed language.
shakti01:
thanks
Answered by
1
hi mate,
According to news we know that comparing C++ vs. Python leads to one conclusion: Python is better for beginners in terms of its easy-to-read code and simple syntax. ... However, for more sophisticated game development, C++ is an unstoppable leader. Performance of C++ and Python also comes to an end with this conclusion: C++ is much faster than Python.
i hope it helps you.
Similar questions