answersLogoWhite

0


Best Answer

Don't write, it is already written, Google for 'cpp'.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program in c plus plus to implement macro processor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between microprocessor and macroprocessor?

· Difference Between :- § micro processor is a integrated circuit on a chip while macro processor is a program, § macro processor is a software entity while micro processor is a hardware entity. § Macro processor reads all files and scans for certain keywords while microprocessor performs arithmetic and logic operations.


What is one pass macro processor in microprocessor?

A macro processor is software. Usually a part of a compiler or an assembler, used to program a computer.A microprocessor is hardware, one type of computer implementation.Very different things.The macro processor was first created in the 1950s and was used on large vacuum tube mainframe computers (long before the first microprocessor).


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 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 difference between macro processor and macro assembler?

A macro processor processes macros. So what do you think a macro call does, play the flute. The answer is in the question and that begs the question of are you suited to computer programming specifically and an education in general. You are showing a marked reluctance to thinking.


How does one write a keyboard macro in Java?

Download


Why you use the word microprocessor not macro processor?

Microchips in a computer large or small are just that - microscopic sized silicon.


How do you turn an Excel cell a colour by pressing one button?

Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.Click on the Fill Color tool icon. You could also write a macro to change the colour and assign it to a button on the worksheet.


What is the use of macro date?

it returns the date your program was compiled in a string


What is a small program that can be written inside a file?

Macro in Microsoft Word


What are the function of a processor?

The preprocessor handles directives for source file inclusion (#include), macro definitions (#define), and conditional inclusion (#if).