Is python similar to C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Is python similar to C language?

17th Jun 2018, 7:10 AM
Shashi Ranjan
Shashi Ranjan - avatar
9 Answers
+ 9
Its totally different from C: 1) Python its untyped language, C its typed 2) Python use indentation for separate statement block, C dont it 3) In major implementations Python is interpreted, C its compiled 4) Python make use of garbage collection, C not 5) Python is an OO language, C not These are major differences but there are much others
17th Jun 2018, 9:23 AM
KrOW
KrOW - avatar
+ 7
Not at all!
17th Jun 2018, 9:25 AM
Infinity
Infinity - avatar
+ 6
Python>C++ >C > = arise from
17th Jun 2018, 9:41 AM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
+ 6
C looks like C++ Python is quite similar to Ruby
20th Jun 2018, 2:07 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 5
Not very similar, though some of the modules are written with C
17th Jun 2018, 7:13 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
A: No. A quick google search could have answered your question.
17th Jun 2018, 8:43 PM
Drew Seedot
Drew Seedot - avatar
+ 1
Most languages are similar to C. C is the bases for most languages.
17th Jun 2018, 8:33 AM
shashuri Magrease
shashuri Magrease - avatar
+ 1
not really, for starters python uses indentation instead of braces and has no distinct types when declaring variables
17th Jun 2018, 9:14 AM
hinanawi
hinanawi - avatar
0
C is more primitive. But the control structures are same
17th Jun 2018, 9:51 AM
Ariel Boutcher
Ariel Boutcher - avatar