Exam (elaborations)
CSE 240 STUDY QUESTIONS WITH COMPLETE SOLUTIONS
- Course
- Institution
We use "Pass by Pointer" when: correct answer: Function wants to modify the value, the value is expensive to copy and NULL is valid We use "Pass by Constant Pointer" when: correct answer: Function does not want to modify the value, the value is expensive to copy and NULL is valid We use "Pa...
[Show more]