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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board