题目内容

C program is executed from ()

A. The main function of this program starts and ends with the main function.
B. This procedure begins with the first function and ends with the last function in this procedure file.
C. The main function of this program starts and ends at the last function of this program file.
D. This procedure starts with the first function and ends with the main function.

查看答案
更多问题

The following statement is incorrect.

A C source program can be composed of one or more functions.
B. A C source program must contain a main function.
C. The basic unit of program is function
D. In C program, the annotation of / * * / class can only be placed after one statement

C51 language: in a source program, the main function position.

A. It has to be in the beginning
B. Must be after all functions
C. You can do whatever you want
D. It has to be at the end

If there is the following definition int a [10], * P = a, then p + 5 means ( )

Address of element a [5]
B. The value of element a [5]
C. Address of element a [6]
D. The value of element a [6]

If there are statements int * point, a = 4; and point = & A;, the following set of options representing address are ()

A. a,point,*&a
B. &*a,&a,*point
C. *&point,*point,&a
D. &a,&*point ,point

答案查题题库