题目内容

编制会计报表是()

A. 提供会计信息的主要形式
B. 会计核算方法之一
C. 会计核算工作程序的最后一个环节
D. 会计工作的核心环节

查看答案
更多问题

A complete array is passed to a function in the ( ) manner.

A. Pass by reference
B. Pass by value

An individual array element is passed to a function in the ( ) manner.

A. Pass by reference
B. Pass by value

According to the following function header line, the data type of the elements of “vals” is ( ):int findMax(double vals[], int len);

A. int
B. double
C. float
D. char

According to the following function prototype, for the array parameter “codes”, the data type of its elements is ( ):void findMax(char codes[], int len)

A. double
B. int
C. float
D. char

答案查题题库