What is a macro? And how is a macro same as a template?
Answers were Sorted based on User's Feedback
Answer / jigar
In Microsoft Word and other programs, a macro is a saved
sequence of command s or keyboard strokes that can be stored
and then recalled with a single command or keyboard stroke.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / poonam
Would you please elaborate your answer... This question was
posted by me. I want to know the answer in c++ point of veiw.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / vijay pratap
In C and C++,Macro is a user defined funtion.Which you can
make the function according to you.
| Is This Answer Correct ? | 0 Yes | 0 No |
string is a class or data type in java?
why the memory allocated with new cant be freed using free()
What is virtual Function.
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
What is abstraction and encapsulation?
What are the types of abstraction?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
what is the main difference between sizeof() operator in c and c++
what is single inheritance?
What do you mean by pure virtual functions?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Which is better struts or spring?