What are the differences between c and python?



What are the differences between c and python?..

Answer / Kumara Rengeswarn

C is a low-level language used primarily for system programming, while Python is a high-level, interpreted language used for various purposes including web development, data analysis, AI, and more. C is faster and has direct control over the hardware, but Python is easier to learn, more portable, and has powerful libraries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain finally keyword?

1 Answers  


What is a floating point in python?

1 Answers  


What is self?

1 Answers  


How can you profile a python script?

1 Answers  


What is a module and package in python?

1 Answers  


Write program to find the common elements from two sets?

1 Answers  


What do you understand by mutable and immutable in python?

1 Answers  


Is intel faster python?

1 Answers  


Explain split() methods of "re" module in python?

1 Answers  


How do I run a script in python shell?

1 Answers  


Explain all the file processing modes supported by python?

1 Answers  


How do I send mail from a python script?

1 Answers  


Categories