Chapter 11: Problem 10
What are the differences and the similarities between a call-by-value parameter and a call-by-const-reference parameter? Function declarations that illustrate these are: void call_by_value(int x); void call_by_const_reference(const int & x);
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.