Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 6 (Q.No. 40)
40.
Passing a variable pointer as a constant _____
protects the contents pointed to by the pointer from change
eliminates the need to name the pointer in the function
eliminates the need to give the pointer a type in the function
causes a copy of the pointer to be produced in the function
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.