Can #define accept parameters?

Options
- Yes
- No


CORRECT ANSWER : Yes

Discussion Board
C++ - #define

Yes #define accept parameters. To define preprocessor macros we can use #define. The #define creates a macro, which is the association of an identifier or parameterized identifier with a token string.

Prajakta Pandit 01-25-2017 01:20 AM

answers

what is the answer


venkat 03-24-2015 03:15 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement