What is the difference between #define debug 0 and #undef debug?


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

Post New Answer

More C++ General Interview Questions

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

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


Why do we need runtime polymorphism in c++?

0 Answers  


Explain the concept of memory leak?

0 Answers  


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


What is the output of the following program? Why?

0 Answers  


What is the latest c++ standard?

0 Answers  


Why ctype h is used in c++?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


What is a wchar_t in c++?

0 Answers  


Categories