0

What is difference between C and Python?

Python is more reliable and more easy from C.

18th Feb 2017, 3:12 PM
Mostafa Jaman Parvaz
Mostafa Jaman Parvaz - avatar
1 Answer
+ 1
The basic difference is C is a procedure oriented language whereas Python is an object oriented language. As one of my teachers put it in procedure oriented programming the main focus is on the procedure by which the problem is solved rather than the final result. But in object oriented programming the main focus is on the end result itself.
18th Feb 2017, 3:35 PM
Varun Moghe
Varun Moghe - avatar