What is a macro? And how is a macro same as a template?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we use inheritance?
What is difference between oop and pop?
What are the advantages of polymorphism?
What is ambiguity in inheritance?
What is inheritance in oop?
What is abstraction oop?
What are oops functions?
What is oops and its features?
How Do you Code Composition and Aggregation in C++ ?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Can you explain polymorphism?
How to hide the base class functionality in Inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is abstraction encapsulation?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?