What are the basic tasks performed by a macro preprocessor?
Answers
Answered by
0
1.it allows you to encapsulate and obfuscate details ,without the processing overhead of a function or object.
2.it allows you to do some work sanspointers.
3.it can make code much much more reliable and readable.
plxxxzzxx mark me as brain list.
Answered by
0
It lets you encapsulate and conceal information without the overhead of such a function or object. It allows you to operate without using pointers.
Basic tasks performed by a macro preprocessor :
- It lets you encapsulate and conceal information without the overhead of such a function or object.
- It allows you to operate without using pointers.
- It has the potential to make coding far more dependable and readable.
- You may use a macro processor to define and utilize macros in any assembly program.
- The name of the macro is then provided when you wish to include the macro coding in your assembly program.
Similar questions