If we declare two macro with the same identifier without
doing undef the first, what will be the result?
eg: #define MAX_SIZE 100
#define MAX_SIZE 200

int table1[MAX_SIZE];

Answer Posted / sourisengupta

Thanx Ahmed

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ virtual inheritance?

599


Write about the use of the virtual destructor?

612


Explain the use of vtable.

622


What is c++ map?

571


How do you establish an is-a relationship?

625






What is the best ide for c++?

576


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

544


What is the difference between the functions memmove() and memcpy()?

636


How do you generate a random number in c++?

606


Why should you learn c++?

587


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

641


What is the insertion operator and what does it do?

567


Describe new operator?

624


Is oops and c++ same?

580


What is setw manipulator in c++?

600