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
Can c++ be faster than c?
What does the ios::ate argument do?
Difference between pass by value and pass by reference?
Does c++ have foreach?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Why we use #include iostream in c++?
What is the need of a destructor?
What is a string example?
What is difference between class and structure in c++?
What is a namespace in c++?
How can we access protected and private members of a class?
What is #include math h in c++?
What is a base class?
Explain the difference between class and struct in c++?
What methods can be overridden in java?