Question { 4991 }
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
Is This Answer Correct ? | 9 Yes | 0 No |