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 |
Explain finally keyword?
What is a floating point in python?
What is self?
How can you profile a python script?
What is a module and package in python?
Write program to find the common elements from two sets?
What do you understand by mutable and immutable in python?
Is intel faster python?
Explain split() methods of "re" module in python?
How do I run a script in python shell?
Explain all the file processing modes supported by python?
How do I send mail from a python script?