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
What is encapsulation oop?
Why is oop better than procedural?
What are the three main types of variables?
can we make game by using c
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is encapsulation with real life example?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the benefits of oop?
How many human genes are polymorphic?
What are the advantages of polymorphism?
write string class as your own class in java without using any built-in function
What is multilevel inheritance in oop?
What is the full form of oops?
What is the highest level of cohesion?