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 are the methods of exporting a function from a dll?
why is c++ called oops? Explain
Define virtual constructor.
List the features of oops in c++?
What does new return if there is insufficient memory to make your new object?
Which field is used in c++?
what is the use of void main() in C++ language?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Write a function that swaps the values of two integers, using int* as the argument type?
What are the comments in c++?
You want to link a c++ program to c functions. How would you do it?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Explain unexpected() function?
What is extern c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)