the C language - 2

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
2,214
Fill in the blanks in each of the following sentences about the \(\displaystyle \text{C}\) environment.

\(\displaystyle \bold{a)}\) \(\displaystyle \text{C}\) programs are normally typed into a computer using a(n) ............ program.
\(\displaystyle \bold{b)}\) In a \(\displaystyle \text{C}\) system, a(n) ............... program automatically executes before the translation phase begins.
\(\displaystyle \bold{c)}\) The two most common kinds of preprocessor directives are ............. and ...............
\(\displaystyle \bold{d)}\) The ................... program combines the output of the compiler with various library functions to produce an executable image.
\(\displaystyle \bold{e)}\) The ................... program transfers the executable image from disk to memory.
 
\(\displaystyle \bold{a)}\) \(\displaystyle \text{C}\) programs are normally typed into a computer using a(n) editor program.
 
\(\displaystyle \bold{b)}\) In a \(\displaystyle \text{C}\) system, a(n) preprocessor program automatically executes before the translation phase begins.
 
\(\displaystyle \bold{c)}\) The two most common kinds of preprocessor directives are including files and text replacement.
 
\(\displaystyle \bold{d)}\) The \(\displaystyle \textcolor{blue}{\text{linker}}\) program combines the output of the compiler with various library functions to produce an executable image.
 
\(\displaystyle \bold{e)}\) The \(\displaystyle \textcolor{blue}{\text{loader}}\) program transfers the executable image from disk to memory.
 
Top