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 |
What do you mean by python being an “interpreted language”?
What advantages do numpy arrays offer over (nested) python lists?
What does it mean when pandas form a group?
How does python sort work?
What exactly are pandas?
What is pass in Python?
Name the function which helps to change the files permission
name few python modules for statistical, numerical and scientific computations?
If given the first and last names of bunch of employees how would you store it and what datatype?
Why lambda forms in python does not have statements?
How to remove spaces from a string in Python?
Is java better than python?