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
What is size_type?
Show the declaration for a static member variable.
What are different types of loops in c++?
What do c++ programmers do?
What do the keywords volatile and mean mutable?
What is the use of object in c++?
What is the difference between a pointer and a link in c ++?
Is set c++?
How do you master coding?
Are there interfaces in c++?
Explain selection sorting. Also write an example.
How is computer programming useful in real life?
Define whitespace in C++.
What is the hardest coding language to learn?
How does work in c++?