In the following description, the correct is ()
A. The comment part of C program can appear anywhere in the program
B. brackets "{" and "} "can only be used as the function body delimiter
C. The basic unit of C program is function. All function names can be named by users
D. A semicolon is not required at the end of C statement;
查看答案
The correct statement in the following is ( )
A. In C program, the position of main() function is fixed
B. Every C program file must have a main() function
C. All functions in C program can be called by each other
D. C program starts with the first defined function
The program that a computer can execute directly is ( )
A. source program
B. target program
C. assembler
D. executable program
The correct statement in the following is ( )
A. Comments in C programs can only appear at the beginning of the program and after statements
B. C program writing format is strict, requiring only one sentence in a line
C program writing format is free, a statement can be written on multiple lines
D. The program written in C language can only be placed in one source program file
In the following description, which one is wrong? ( ).
A. The executable program of C language is composed of a series of machine instructions
B. The source program written in C language can not run directly on the computer
C. The compiled binary object program needs to be connected to run
D. The. exe file generated by C source program cannot be run on the machine without C language integrated development environment installed