Multiple Choice
In C++, you can pass a variable by reference and still prevent the function from changing its value by using the keyword ____ in the formal parameter declaration.
A) automatic
B) private
C) static
D) const
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: In C++, the _ is called the
Q3: To guarantee that the member variables of
Q4: A(n) _ is a statement specifying the
Q5: Given this declaration:myClass myObject;<br>The following statement is
Q6: The public members of a class must
Q8: Which of the following class definitions is
Q9: Figure 2:<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4785/.jpg" alt="Figure 2:
Q10: A(n) _ function of a class changes
Q11: The header file is also known as
Q12: In C++ terminology, a class object is