What is the difference between #import and #include in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are maps in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
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 you know about structures in C++?
0 Answers Agilent, ZS Associates,
Define anonymous class.
How does a C++ structure differ from a C++ class?
Explain how to initialize a const member data.
What are the characteristics of friend functions?
What is a virtual destructor?
Comment on c++ standard exceptions?
What is the difference between = and == in C?
16 Answers Christ University, Intel,
What is the use of volatile keyword in c++? Give an example.