What are put and get pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is class in c++ with example?
What is singleton pattern in c++?
Explain how a pointer to function can be declared in C++?
If you don’t declare a return value, what type of return value is assumed?
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.
Differentiate between the message and method?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
what is c++
Why do we use string in c++?
what are the types of Member Functions?
What are the benefits of operator overloading?
tell me about yourself ?i want answer for frehers with various exasmples?