129k views
2 votes
Assume you want a function which expects as parameters an array of doubles and the size of the array. Write the function header that accepts these parameters but is defined in such a way that the array cannot be modified in the function. You can use your own variable names for the parameters.

User JayG
by
4.8k points

1 Answer

3 votes

Answer:

a

Step-by-step explanation:

User Ross Nelson
by
5.2k points