Next
Introduction to How C Programming Works
The C programming language is a popular and widely used programming language for creating
computer programs. Programmers around the world embrace C because it gives maximum control
and efficiency to the programmer.
C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than some other languages, but you get beyond that fairly quickly.
C is what is called a compiled language. This means that once you write your C program, you must run it through a C compiler to turn your program into an executable that the computer can run (execute). The C program is the human-readable form, while the executable that comes out of the compiler is the machine-readable and executable form. What this means is that to write and run a C program, you must have access to a C compiler.
General Questions
QTP
OOPS
Testing Project
Copyright © 2008 techiq.freetzi.com. Designed by techiq.freetzi.com
