Multiple choice

___ operator is used to ensure that whether a certain name is defined as a macro in C language.

  1. Define

  2. Pragma

  3. Token parsing (##)

  4. Both (1) and (3)

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It is used to ensure that whether a certain name is defined as a macro