adplus-dvertising
frame-decoration

Question

What type of reference should be used in vector arithmetic?

a.

dynamic

b.

const

c.

both dynamic & const

d.

none of the mentioned

Answer: (b).const

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What type of reference should be used in vector arithmetic?

Similar Questions

Discover Related MCQs

Q. What will be the type of output of vector cross product?

Q. Which function is used to optimize the space in vector?

Q. What is the use of vector arithmetic in c++?

Q. Which header file is used to operate on numeric sequences?

Q. Which mathematics library is used for vector manipulation in c++?

Q. What is the use of accumulate function in numeric library?

Q. How many parameters are available in partial_sum function in c++?

Q. What is the default operation of adjacent_difference function in numeric library?

Q. Which header file is used to create the pseudo random generator?

Q. Which is a constant defined in <cstdlib> header file?

Q. How many parameters are available in srand function?

Q. Which operator is used to produce a certain number in a specific range?

Q. Which can be used to create a random number without duplication?

Q. Ios: : skipws, ios: : left, ios: : dec, ios: : fixed, is an example of

Q. If we don't want any ios object can be declared in ios class, we can use a default constructor

Q. C++ uses directive because

Q. The unformatted input functions are handled by

Q. The istream class defines the

Q. Which from the following functions does not extract the delimiter character from the input stream?

Q. Iostream is a subclass of