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

Can we delete this pointer in c++?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


What is conversion constructor?

2 Answers   TCS,


Is there finally in c++?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,






How should a contructor handle a failure?

0 Answers  


What will happen if when say delete this ?

7 Answers  


What is runtime errors c++?

0 Answers  


Does improper inheritance have a potential to wreck a project?

0 Answers  


What is problem with overriding functions?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


Can c++ do everything c can?

0 Answers  


Categories