Why is python slower than c?



Why is python slower than c?..

Answer / Manoj Singh Bisht

Python is generally slower than C because Python is an interpreted language, while C is a compiled language. Interpreted languages execute instructions line by line, which can lead to slower performance compared to compiled languages that convert the entire program into machine code before execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is c language & why it is used?

1 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


Do you have any idea how to compare array with pointer in c?

1 Answers  


What is c standard library?

1 Answers  


What is modeling?

1 Answers  


could u able to tell about suresoft technical session

1 Answers  


What is c language and why we use it?

1 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


Explain function?

1 Answers  


Can we include one C program into another C program if yes how?

7 Answers   Infosys,


Categories