what type of reference should be used in vector arithmetic in C++ =?

A Dynamic
B Const
C both dynamic & const
D static

Correct Answer: both dynamic & const

As we are using the vector and it will give accurate result if we use const reference .
Bissoy MCQ

Related Questions

In a simple harmonic motion, the velocity vector with respect to displacement vector
In S.H.M., the velocity vector w.r.t. displacement vector

Next steps