answersLogoWhite

0

What is conditional macro?

Updated: 12/15/2022
User Avatar

Wiki User

10y ago

Best Answer

macro means big or large...

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is conditional macro?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the function of a processor?

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


What are the functions of a c processor?

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


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 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.


Conditional statement inside a conditional loop?

int i = 100; while(i > 0) { // Conditional loop --i; if((i % 2) == 0) { // Conditional statement inside a conditional loop System.out.println(i + " is even."); } }


What are conditional connectives. Explain with an example?

What are conditional connectives? Explain use of conditional connectives with an example


How would you use the word conditional in a sentence?

Sometimes You must do everything to achieve success. Even though it is Conditional.


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 are conditional verbs?

I think there are no conditional verbs but there are conditional sentences. egIf it rains we will get wet.The conditional clause begins with if and the main clause begins with we.The event in the main clause depends on the condition in the conditional clause.


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 can a conditional statement have?

A conditional statement uses the words if... Then


What does conditional verbs mean?

A conditional verb is something like:Should have done thisWould have done thatThat's what I have heard.I think there are no conditional verbs but there are conditional sentences. egIf it rains we will get wet.The conditional clause begins with if and the main clause begins with we.The event in the main clause depends on the condition in the conditional clause.