Thursday, June 13, 2013

C Programming

C programming is one of thousands of computer programming languages that allow users to create instructions for a computer to follow. While C has a slightly more cryptic style than some other programming languages, it's fairly easy to learn and allows you to read and write code for many different platforms. Because it's so efficient and gives the user a lot of control.
C is High level Language , it also called structure oriented Programming Language Where as C++ and Java are Object Oriented Programming Language.
C is a compiled language, which means that once your C program is written, you'll need to run it through a C compiler to convert the program to an executable form. The computer can then run the C program. The C compiler is vital to creating a C program, because without it, your program will remain in human-readable form as opposed to machine-readable form [source: King]. Programmers can either purchase a commercial compiler or download a free C compiler online.
One of the things that programmers like about C is that it enables them to scale down programs so they can run on very little memory. This has become especially important in recent years, when so many people are using small-scale computers like smartphones and tablets.


Like the Post? Do share with your Friends.

No comments:

Post a Comment