answersLogoWhite

0


Best Answer

the statement of expansion are generated each time the macro are invoked

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Macro definition and macro expansion insystem software?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Macro in system software?

Macro in system software?


What is macro call?

Nested macro calls refer to the macro calls within the macros. A macros is available within other macro definitions also. In the scenario when a macro call occurs, which contains another macro call, the macro processor generates the nested macro definition as text and places it on the input stack. The definition of the macro is then scanned and the macro processor complies it.


What is nested macro calls?

Nested macro calls refer to the macro calls within the macros. A macros is available within other macro definitions also. In the scenario when a macro call occurs, which contains another macro call, the macro processor generates the nested macro definition as text and places it on the input stack. The definition of the macro is then scanned and the macro processor complies it.


What is the definition of macro culture?

tanong


What is recursive macro expansion?

This may seem like a silly question, but you will gain some knowledge on the inner working of the preprocessor of the recursive macro expansion. It will actually require a lot of scripts.


Definition of macro environment?

The definition of a macro environment is the outside factors that a company can not control. These factos can impact a company's bottom line or performance.


How rising consumer credit can stimulate an expansion of the UK macro economy?

rtrtertertr


What is a macro in c plus plus?

A macro is preprocessor definition that is processed prior to compilation. All occurances of a macro within your C++ source code are replaced with the macro definition, much like an automated search-and-replace-all operation. If the macro's definition is a function with one or more arguments, then the function is inline expanded within your code, replacing the defined arguments with the arguments that were passed to the macro. However, macro functions are not type safe and cannot be debugged because they only exist in your source code; the compiler only sees the intermediate code emitted by the preprocessor, at which point all macro definitions will no longer exist. To address this problem, C++ also supports the concept of template functions, which not only eliminates any unwanted inline expansion (resulting in smaller code), but also ensures that all calls to the function are type safe and can be debugged in the normal way. That said, macro functions, when used appropriately, can greatly simplify your code and can achieve things that would be difficult if not impossible to achieve with C++ alone. The ability to use code fragments via a macro is one such possibility. However, when combined with preprocessor directives such as #ifdef DEBUG, macros can also be used to provide useful and powerful debugging routines that only exist in debug code, compiling to no code in release builds. This cannot be achieved with C++ alone.


What is pressing two keys at a time to perform some action definition?

Macro


What are the four macro skills and its definition?

The four macro skills in language learning are listening, speaking, reading, and writing. Listening involves understanding spoken language. Speaking involves producing spoken language. Reading involves understanding written language. Writing involves producing written language.


What is the definition of the word macro?

In computer terms, a macro is a way to automate a task that you perform repeatedly or on a regular basis. It's a series of commands and actions that can be stored and run whenever you need to perform the task. You can record or build a macro, and then play the macro to automatically repeat the series of commands or actions.


I just want my users to be able to hit a macro button instead of a shortcut key so how can I create a macro button in Excel 2003 without having to buy separate software?

Draw a button on your sheet, by going to the View menu and picking Toobars and then the Forms toolbar and drawing your button. It will immediately ask you to connect a macro to it and then you can choose your macro. Then when the button is clicked the macro will run.