What is c++ library?
No Answer is Posted For this Question
Be the First to Post Answer
What is size of a object of following class? class Foo { public: void foo(){} }
What c++ library is string in?
What do you mean by early binding?
Is c++ a low level language?
Why was c++ created?
why can't we declare data member of class auto register or extern
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 sequence of destruction of local objects?
Write about the scope resolution operator?
What is a v-table?
What is the basic structure of a c++ program?
What is the history of c++?