C++ Arrays Quiz - Question 7

Last Updated :
Discuss
Comments

How do you pass an array to a function in C++?

By copying

By value

By pointer

By name

Share your thoughts in the comments