efficiency,programming,programmers,compiler,executable, machine-readable,instructions,compiled,human-readable,control
C is a computer _______ language. That means that you can use C to create lists of
_______ 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 _______ maximum _____ and _______.
C is what is called a ______ language. This means that once you write your C program,
you must run it through a C ______ to turn your program into an _____ that the compuer
can run. The C program is the _______ form, while the executable that comes
out of the compiler is the ________ and executable form. What this means is that to write
and run a C program, you must have access to a C compiler.