C language source program, its file name suffix is. C
查看答案
C language editor is unique.
The basic development environment that cannot handle C language source program is.
A. PowerBiulder
B. Turbo C 3.0
Codeblocks
D. Microsoft Visual C++ 6.0
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