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

how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


Where can I run c++ program?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


How do you initialize a string in c++?

0 Answers  






Is it possible for the objects to read and write themselves?

0 Answers  


What is friend class in c++ with example?

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


What is &x in c++?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What are enumerations?

0 Answers  


What is function overriding in c++?

0 Answers  


Categories