Top

Discussion

The preprocessor directive which is used to remove the definition of an identifier which was previously defined with #define?

  • A.#ifdef
  • B.#undef
  • C.#ifndef
  • D.#def

Answer: B

#undef is used to remove the definition of any identifier which had been previously defined in the code with #define.

No comment is present. Be the first to comment.
Loading…

Post your comment