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 two types of comments?
If all is successful, what should main return a) 0 b) 1 c) void
Explain the different access specifiers for the class member in c++.
What are the rules for naming an identifier?
Out of fgets() and gets() which function is safe to use?
Is c++ map a hash table?
What are c++ manipulators?
Write a Program for find and replace a character in a string.
Mention the ways in which parameterized can be invoked. Give an example of each.
Is map thread safe c++?
What you know about structures in C++?
What is the use of register keyword with the variables?
Write a recursive program to calculate factorial in c++.
What is the difference between struct and class?
what are the events occur in intr activated on interrupt vector table