What is the disadvantage of using a macro?


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

Post New Answer

More C++ General Interview Questions

How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


what are difference between c and c++?

9 Answers   Accenture,






What are smart pointers?

0 Answers  


What is the exit function in c++?

0 Answers  


Why do we use pointers in c++?

0 Answers  


Is c++ a pure oop language?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Can a Structure contain a Pointer to itself?

0 Answers  


How do you define a class in c++?

0 Answers  


Categories