How can you ensure that a function will not change the value of an array argument?
What will be an ideal response?
Put the word const before the argument declaration.
Computer Science & Information Technology
What will be an ideal response?
Put the word const before the argument declaration.