+ 6
Is python similar to C language?
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
+ 7
Not at all!
+ 6
Python>C++ >C
> = arise from
+ 6
C looks like C++
Python is quite similar to Ruby
+ 5
Not very similar, though some of the modules are written with C
+ 2
A: No.
A quick google search could have answered your question.
+ 1
Most languages are similar to C. C is the bases for most languages.
+ 1
not really, for starters python uses indentation instead of braces and has no distinct types when declaring variables
0
C is more primitive. But the control structures are same