What is the difference between #import and #include in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are maps in c++?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


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.

7 Answers   LG, Samsung,


What you know about structures in C++?

0 Answers   Agilent, ZS Associates,


Define anonymous class.

0 Answers  






How does a C++ structure differ from a C++ class?

0 Answers   NIIT,


Explain how to initialize a const member data.

0 Answers  


What are the characteristics of friend functions?

0 Answers  


What is a virtual destructor?

2 Answers  


Comment on c++ standard exceptions?

0 Answers  


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.

1 Answers  


Categories