What is a macro? And how is a macro same as a template?
Answer Posted / alka pant
In C and C++, a Macro is a piece of text that is expanded by
the preprocessor part of the compiler.
This is used in to expand text before compiling.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you inherit a private class?
Advantage and disadvantage of routing in telecom sector
Which language is not a true object oriented programming language?
what type of questions
Why is oop better than procedural?
What are the 4 main oop principles?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is polymorphism important in oop?
Which type does string inherit from?
How do you use inheritance in unity?
What is abstraction and encapsulation?
What is debug class?what is trace class? What differences are between them? With examples.
What is protected in oop?
what type of question are asked in thoughtworks pair programming round ?
What are the types of abstraction?