What is an inclusion guard?


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

Post New Answer

More C++ General Interview Questions

char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


Can a constructor be private?

0 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,






Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


Define inline function

1 Answers  


Does c++ have foreach?

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


When is a template better solution than a base class??

2 Answers   emc2,


Is c++ used anymore?

0 Answers  


Can c++ be faster than c?

0 Answers  


Categories