What is a far pointer? where we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of copy constructor?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is the return value of the insertion operator?
Is vector a class in c++?
What is nested class in c++?
Should I learn c or c++ first?
What is the difference between function overloading and operator overloading?
Is c++ the hardest language?
How does java differ from c and 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.
How the programmer of a class should decide whether to declare member function or a friend function?
What are signs of manipulation?