Comments are usually added in the source code of a computer program with the purpose of _______________.
A: describing the intended operation of the source code
B: making the source code more technical
C: making the interface more user-friendly
D: providing end users with more specific description of the program
A: describing the intended operation of the source code
B: making the source code more technical
C: making the interface more user-friendly
D: providing end users with more specific description of the program
举一反三
- The input object of the lexical analysis is( )。 A: Intermediate<br/>code B: word C: source program D: target program
- A C language program consists of one or more source program files.
- A(n)( )translates all the source code of a program written in a high-level language into object code prior to the execution of th program. A: interprete B: assemblers C: compile
- source code
- The purpose of the ____ storage class is to extend the scope of a global variable declared in one source code file into another source code file. A: auto B: static C: extern D: register