Question: 13. Look at the following function prototype. int myPunction (double) What is the data type of the funtion's parameter variable? a. int c. void d.

 13. Look at the following function prototype. int myPunction (double) What

13. Look at the following function prototype. int myPunction (double) What is the data type of the funtion's parameter variable? a. int c. void d. Can't tell from the prototype b. double 14. To access an array element, use the array name and the elements a. data type b. subscript c. name d. value e. None of these Which of the following is a valid C++ array definition? a. int array[01 b. float $payments [101: c void numbers [51 d. int array [10] c. None of these 15. 16. The statement int grades [ ] - { 100, 9o, shows an example of a. default arguments b. 99, 80); an illegal array declaration c an ilegal array initialization d. implicit array sizing None of these e. 17. An element of a two-dimensional array is referred to by the array name, the column number of element the row subscript of the element, the column subscript of the element n number of elementfollowed by a. b. c. a comma, a semicolon d. the row subscript of element, the array name When writing functions that accept multi-dimensional arrays as arguments, must be explicitly stated in the parameter list a al dimensions b. all but the first dimension c the size declarator of the first dimension d. all element values e. None of these 18. 19. An array can store a group of values, but the values must be a. the same data type b. each of a different data type c. constants d. integers e. None of these An array can easily be stepped through by using a a. for loop b. reference variable 20. c named constant

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!