What is the difference between an enumeration and a set of pre-processor # defines?


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

Post New Answer

More C++ General Interview Questions

What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


Is c++ a good first language to learn?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What is a pointer how and when is it used?

0 Answers  


How can you create a virtual copy constructor?

0 Answers  






Why we use #include iostream in c++?

0 Answers  


What is the use of typedef?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


What is the c++ code?

0 Answers  


How to create a pure virtual function?

1 Answers  


what is upcasting in C++?

0 Answers  


Categories