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.
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
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
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]
A. a,point,*&a B. &*a,&a,*point C. *&point,*point,&a D. &a,&*point ,point
A. 4,5,5 B. 8,4,3 C. 4,4,5 D. 4,5,6