Which is faster python or c?



Which is faster python or c?..

Answer / Brajmohan Kumar

C is generally faster than Python due to its lower level of abstraction and direct access to the machine's hardware. However, the difference in speed may not be significant for many applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What do you mean by python being an “interpreted language”?

1 Answers  


What advantages do numpy arrays offer over (nested) python lists?

1 Answers  


What does it mean when pandas form a group?

2 Answers  


How does python sort work?

1 Answers  


What exactly are pandas?

2 Answers  


What is pass in Python?

1 Answers  


Name the function which helps to change the files permission

1 Answers  


name few python modules for statistical, numerical and scientific computations?

1 Answers  


If given the first and last names of bunch of employees how would you store it and what datatype?

1 Answers  


Why lambda forms in python does not have statements?

1 Answers  


How to remove spaces from a string in Python?

2 Answers  


Is java better than python?

1 Answers  


Categories