Multiple Choice
When an array name is passed to a function, the function
A) accesses exactly the same array as the calling program.
B) refers to the array using a different name than that used by the calling program.
C) refers to the array using the same name as that used by the calling program.
D) a and b
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: How many values can be returned from
Q2: When arguments are passed by value, the
Q3: Which of the following can legitimately be
Q5: Overloaded functions<br>A)are a group of functions with
Q6: In C++ there can be an array
Q7: Can destuctors be private in C++?
Q8: You should prefer C-strings to the Standard
Q9: What value will be printed for data.i?<br>A)10
Q10: When a function returns a value, the
Q11: What will be the output of the