Vidyalelo
C++ Programming · Q19

C++ miscellaneous

Programming · C++ Programming · question 19

Q19

What is the purpose of the std::move function in C++?

A.
To access static class members
B.
To allocate memory dynamically
C.
To perform explicit type conversions
D.
To cast an object to an rvalue reference
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board