Is c++ or python better?



Is c++ or python better?..

Answer / Farhqe Alam

Both C++ and Python are excellent programming languages for different purposes. C++ is a lower-level language that offers more control over system resources, making it suitable for performance-critical applications. Python, on the other hand, is an interpreted high-level language with a focus on readability and ease of use, making it suitable for rapid application development and prototyping.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Define monkey patching?

1 Answers  


Define flask in python?

1 Answers  


What is step size in python?

1 Answers  


What is raw_input in python 3?

1 Answers  


What is unittest in Python?

1 Answers  


What is range() in python?

1 Answers  


How do I run a python file in python shell?

1 Answers  


Does nasa use python?

1 Answers  


Which ide should I use for python?

1 Answers  


What is the difference between local vs global in python?

1 Answers  


What is a function for flatten an irregular list of lists?

1 Answers  


What is python package manager (pypm)?

1 Answers  


Categories