View Full Version : C programming popularity
Stoddard
2012-02-16, 11:40 AM
Do you think that C programming will remain the most popular kind of programming for a long time to come? What makes it so popular, anyway?
Brynnae
2012-04-06, 04:31 AM
Yes, C programming will remain popular as there are many advantages of C language, some of them are: -
1. C is Robust Language with built in functions.
2. C program is efficient as compared to others.
3. C programs are portable or you can say platform independent.
4. Extendable.
These are some advantages of C programming.
suwunk
2012-09-05, 10:16 AM
C has been around for more than 30 years, and there is a ton of source code available. This means there's a lot to learn from, and a lot to use.
sgoodman
2012-09-05, 07:34 PM
I think that C++ and C# will become more popular, but for now C is the most popular language...
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
Shane.
Michaelpina
2013-02-15, 12:46 AM
C Languages will remain popular because,
• C is ubiquitous and can work on any platform
• C is portable and compiles with minimum changes
• C is simple, versatile and fast to work with.
• All main operating systems like Windows, UNIX and Linux are written in C. So if you need to create your own OS you should have knowledge of C.
• C is at the base of all popular programming languages. So if you want to learn any programming language you need to have knowledge about C.
thomasmetz337
2013-02-22, 08:18 AM
Programming in C is the primary coding language for any software development, asp, jsp and any Java based application development. It includes lots of basic features which can be helpful for any programming language.
If anybody is thinking of becoming a programmer, the first requirement is to get basic knowledge about C programming. That's why it’s so popular.