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 the purpose of templates in c++?
What things would you remember while making an interface?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Why is c++ still used?
Define macro.
Define copy constructor.
What is c++ mutable?
What is java and c++?
Why do we use constructor?
What is istream and ostream in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is the error in the code below and how should it be corrected?
What is the difference between interpreters and compilers?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What are the two types of comments?