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
Difference between class and structure.
What is c++ course?
Explain binary search.
Is it possible for a member function to delete the pointer, named this?
How do you generate a random number in c++?
Is c++ free?
Differentiate between a pointer and a reference with respect to c++.
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is pointer to array in c++?
What is the use of "new" operator?
What are the storage qualifiers?
What is the best it certification?
What new()is different from malloc()?
Why do we use string in c++?
How do you differentiate between overloading the prefix and postfix increments?