Why is C the best programming language?

is it good to learn c programming?

Default Asked on March 29, 2020 in Programming.
Add Comment
  • 1 Answer(s)

    C runs the world and runs Answerki. C is my favorite language of all time.

    I know I may get flak for saying this: but I think C is a lot better than Python.

    why?

    1. with C you can develop operating systems and manipulate memory directly. in python I have never heard of a OS written in it
    2. C is a Systems language, while python is a scripting language. C is a lot more powerful than python, as python was designed as teaching language(kinda like pascal)
    3. You can literally do anything with C. BIOSes, OSes, apps, games, servers, etc are all written in C. hell even the scripting languages such as python, perl, ruby, php and javascript all have interpreters written in C.
    4. C is the grand father of the modern programming language. without C there wouldn’t be Java, Javascript, C#, C++, Lua, Python, Ruby, Rust.
    5. C is very versatile(kind of ties in with reason 3)
    6. finally C allows you to get to the metal(i.e the hardware) more so than the other languages. please consider this chart below

    there is no “bad” programming language, all languages are pretty much same except in syntax and how close they get to the metal.

     

    Good Answered on March 29, 2020.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.