Google News
logo
CPP - Quiz(MCQ)
Which is used to keep the call by reference value as intact?
A)
const
B)
static
C)
virtual
D)
absolute

Correct Answer :   const


Explanation : Because const will not change the value of the variables during the execution.

Advertisement