In c++, how is an array passed as a parameter to a function?

Options
- Its elements will not be initialized to any value by default
- To pass its address
- Both a and b
- None of the above


CORRECT ANSWER : To pass its address

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement