What is std::move?
Answer / nashiinformaticssolutions
std::move enables transfer of resources from one object to another, facilitating move semantics.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various arithmetic operators in c++?
What is data structure in c++?
How is computer programming useful in real life?
Difference between strdup and strcpy?
How do you initialize a string in c++?
What are shallow and deep copies?
Which operations are permitted on pointers?
What is general form of pure virtual function? Explain?
Tell me difference between constant pointer and pointer to a constant.
Differentiate between a pointer and a reference with respect to c++.
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
When should you use multiple inheritance?