C vs Python

Arun I
Dec 11, 2020

1)C is a structure oriented Programming.

Python is an object oriented Programming.

2)C is a general-purpose, procedural computer programming language.

Python is an interpreted, high-level, general-purpose programming language.

3)C Compiled programs execute faster as compared to interpreted programs.

Python Interpreted programs execute slower as compared to compiled programs.

4) C Program syntax is harder than Python.

In python it is easier to write as the number of lines is less comparatively.

--

--