Differentiate between a constructor and a destructor in c++.
No Answer is Posted For this Question
Be the First to Post Answer
If all is successful, what should main return a) 0 b) 1 c) void
Is overriding possible in c++?
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.
What is the use of :: operator in c++?
What is private, public and protected inheritance?
How a new operator differs from the operator new?
What is #include cstdlib in c++?
How would you use the functions sin(), pow(), sqrt()?
How many keywords are used in c++?
What is scope operator in c++?
write infinite loop in C++ which does not use any variable or constant?
How the keyword struct is different from the keyword class in c++?