What is the difference between #import and #include?


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

Post New Answer

More C++ General Interview Questions

How new/delete differs from malloc()/free?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


Eplain extern keyword?

0 Answers  


Why iomanip is used in c++?

0 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  






How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


Explain queue. How it can be implemented?

0 Answers  


What are c++ variables?

0 Answers  


Can a Structure contain a Pointer to itself?

0 Answers  


What are structures and unions?

0 Answers  


Differentiate between realloc() and free().

0 Answers  


Categories