Carry out conversion of one object of user-defined type to another?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the role of the c++ in the tradeoff of safety vs. Usability?
In which memory a class gets stored(in heap /in stack)? And why??
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Explain the extern storage classes in c++.
What are the implicit member functions of class?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain how the virtual base class is different from the conventional base classes of the opps.
What is new in c++?
Do vectors start at 0?
Which function cannot be overloaded c++?
How is c++ used in the real world?
How does list r; differs from list r();?