0
Which programming language is more primary? C or Python
3 Réponses
0
By "primary", I assume you mean "close to the machine" (the correct term being "low level").
Python is a very high level programming language: it is interpreted, has dynamic types and is object-oriented.
C is very low level: it is compiled directly in assembly code, you have to manage memory on your own and for instance, the Linux kernel is written in C.
As you can see, C is obviously the lowest-level programming language between the two, but it's not the easiest one to write in.
0
Obviously C, as Whole Hardware Programming is Based on C Language. It Is Very Near to Machine Language .Developed In 1970s
Pytho Is High Level Language and Recently Developed
0
C