Distinguish between a # include and #define.


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

Post New Answer

More C++ General Interview Questions

How is c++ used in the real world?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  






What is the difference between structures and unions?

0 Answers  


Is c++ the best programming language?

0 Answers  


How delete [] is different from delete?

0 Answers  


Which is best ide for c++?

0 Answers  


How do you remove an element from a set in c++?

0 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


What kind of problems can be solved by a namespace?

0 Answers  


Categories