Introduction
C was the first programming language that I learned in systematic ways, thanks to my college. At that time I used to think about where I am going to use this language but in books, it wasn't clean like water, just a paragraph about it.
I see C is not a very popular language among beginners and even professionals, so today we are going to look into the use of the C language in the industry.
Operating System
Program scripted in C language gets executed with speed as compared to other assembly languages. C is primarily used in developing various operating systems.
The operating system using C language
- Linux
- Unix Kernel
- Microsoft Windows Utilities
- Android Operating System
- Many other Modern OS
Development of New Language
C, directly and indirectly, helps in the development of many other programming languages due to its simplicity and efficiency in the execution of code.
The language developed using C
- C++ (C with classes)
- D
- Java
- Javascript
- Perl
- Python
- And many more
Top 7 Programming Books Recommended By Programmers
Suraj Vishwakarma ・ Jan 4 '21
Embedded System
C language is used in an embedded system because of direct access to the hardware level, presence of C compiler, dynamic memory allocation. It plays a key role in performing a specific function by the processor.
Embedded System using C language
- MP3 Player
- Video game console
- Digital Camera
- Much More
Graphics and Games
C language heavily involved in game development and contribute to the development of various games.
C language can be used by beginners to learn game development.
Games Developed using C language
- Old games like
- Doom
- Quake I, II, and III
- Return to Castle Wolfenstein
- Modern games like
- Chess
- Bouncing Ball
- Archery
CSS Tips To Start Thinking Responsive Website
Suraj Vishwakarma ・ Oct 8 '20
Computation Platforms
Algorithm and Data structure are swiftly managed by C programming language and it helps in faster computation. This helped C to be used for a higher degree of calculation.
Uses of C in Computation Platforms
- MATLAB
- Mathematica
Discuss
- Is C the most underrated programming language? and Why?
- If not then which is the most underrated programming language and Why?
Last Note
Thanks for reading the blog post.
Top comments (37)
Props to Dennis Ritchie for being light years ahead of his time 🧙♂️✨
If I remembered correctly, he was unfortunate to die the same day as Steve Jobs.
Within the week, RIP both 🙏
Two legends ❤️ RIP
Yess he was that made this language very useful
C was great at the time of invention. It's still OK, but definitely not underrated. Probably the most underrated language by now is Rust. Rust basically puts resource management (not just memory) into the hearth of language and does this in style and with nearly zero performance impact.
The most underrated language(family) will always be Lisp
It's among the oldest programming language that we know. Very few people today used this language and don't know anyone using it.
Clojure is fairly popular.
It's more of a modern languages than other member of the group
Look like Rust need to be know to other for resource management.
There are a lot of articles about memory management in Rust. This one is quite good at explaining the advantages of Rust resource management model at mode general level (i.e. for other resources, not just memory).
Sure I will check that to learn more about it
I will recommend instead of starting with c. A newbie can start with c++ . because c is the preprocessor of c++ and therefore all the features of c are included in c++ and the plus point of c++ is that you can learn the concept of oops also which is not there in c.
Btw informative article . respect to your hardwork. 👍 😊
You can implement oop in C, just using a struct and functions which accept a pointer to said struct. You don't get private members or attributes but the same is true of Python
Implementing oop is not only limited for struct. There are other concept like inheritance,polymorphism, Encapsulation , constructors are also there which we cannot implement in c.
Okay that's something interesting and it will make C more useful.
There's objective-c which is a superset of C.
Okay I have to try it, I wasn't knowing this. Thanks 👍
It's been usperseded by Swift as it was invented to develop MacOS applications int he '90s.
Thanks for the information and it will help many to understand it.
I think C is very underrated! But I'm highly biased since I work with Embedded systems and C is my main language 😆. Really though, I think it's underrated in terms of the number of people who would consider C as their first language. Or even in terms of people who eventually want to pick it up and develop low level programs with C.
Yes in such cases C is very underrated and very few people today talk about and recognise as a language that make a way for other Languages.
I personally think C is a brilliant language and is beginner-friendly for anyone who is new to programming. Yeah, it's true that C is a bit old language and nowadays we have languages which can do a lot more than C but I really don't think that C is underrated in any form. C is also the most popular language of 2019.
Well, there are many forgotten languages which even I have forgot... xD
Yeah, C is great for beginners and has concept that are used my many Language today. But in mainstream, people don't talk about C.
I highly recommend everyone to read the book created for this language. The C Programming Language is one of the most enjoyable programming reads I have found. Every time I think about writing a book I wish I can write as good as Dennis Ritchie. I can remember the first time I read that book on college, it was my awakening to professional programming, I realized I was doing all wrong.
Nice we can give it a try 🔥🔥
It is possible, and probably also encouraged, to write C language along side Golang. Not sure about C++.
Also in Golang, you can choose which part of C (cgo) to compile.
That's great 🔥🔥🔥
why Golang?
Python and Node.js also have C binding, but I haven't seen anywhere else that I am given to compile custom parts of SQLite myself. (All flags unchecked by default.)
But I do also see that people do compile COLLATION in Rust SQLite.
I also have written cgo in Webview. Golang just made it convenient, with declarations in comments above
import "C"
.I don't have enough experience in R, LaTeX or Lua to say anything about them.
Thanks you for the peice of information 🔥🔥🔥
C has its niche, but for most mainstream projects, it is not worth to sacrifice development speed without seeing any substantial benefits.
I read on Hacker News the other day that Rust is becoming faster overall in benchmarks than C.
Rust is becoming popular and powerful
I think all JS Engines are C++ but anyhow good article.
And C++ is directed influenced by C and thanks for appreciation