answersLogoWhite

0


Best Answer

A macro is a fragment of code which has been given a name. Whenever the name is used, it is replaced by the contents of the macro. There are two kinds of macros. They differ mostly in what they look like when they are used. Object-like macros resemble data objects when used, function-like macros resemble function calls.

  • Give symbolic names to constants, so global changes need be made in only one place.
  • Conditionally compile blocks of code.
  • Abbreviate or customize the language of frequently used blocks of coding where a subroutine call is not desired.
  • Improve readability of the code to make its structure and purpose more obvious.
User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are macro languages and its features?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the features or importance of micro and macro economics?

The important of each


What is macro processor and explain features of macro facility?

features:-conditional macro expansionconcatenation of macro parametersgeneration of unique labelsmacro instruction argumentsexpansion time variablesexpansion time loops


What are the features of 3rd generation features?

3rd generation languages are the most common form, including standard languages such as C,C++ and Java while languages


What system that classifies languages by their features?

The system that classifies languages by their features is called a typological classification system. It categorizes languages based on shared structural properties such as word order, phonological patterns, and grammatical features. This helps linguists identify patterns across different languages and study relationships between language groups.


What is macrolinguistics?

Macrolinguistics is the study of language on a broader scale, examining how languages are structured, their historical development, and the relationship between language and society. It focuses on language as a whole system, rather than individual aspects such as grammar or phonetics.


Why do some languages share some common features?

the languages pass on to diffrent generation and change over time.


What are the features of access database?

query,table,form,report,data access page,macro,module,event,control.


What is the difference between executing a macro and calling a macro?

Calling a macro loads the macro into memory, while executing the macro runs the macro.


What are the features of 3rd generation computer language?

3rd generation languages are the most common form, including standard languages such as C,C++ and Java while languages


What is Name of the country, north or south latitude, Macro Climate features, total number of wine regions in France?

Rousillon Geographical Features topography, altitudes (elevations), vineyard position/s)


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.