Computer Science, asked by sharmiladevi7474, 9 months ago

Which is correct statement about Macro ? *

1 point

Macros are used to enlarge or reduce the display of text.

Macro function is available in Insert Tab.

Macro saves time by combining a series of actions into single command.

All are true.

Answers

Answered by Anonymous
0

Macros are used to enlarge or reduce the display of text

Answered by pragyakirti12345
0

Answer: Macro saves time by combining a series of actions into single command.

Explanation:

The macro in C language is known as the piece of code which can be replaced by the macro value. It  is defined with the help of #define preprocessor directive and the macro doesn't end with a semicolon(;). Macro is just a name given to certain values or expressions and it does not point to any memory location. Eg : #define PI 3.14

Macro is always written in capital letters.

#SPJ2

Similar questions