Top

Discussion

One of the major difference between typedef and #define is that typedef interpretation is performed by the _________________ whereas #define interpretation is performed by the _____________

  • A.pre-processor, compiler
  • B.user, pre-processor
  • C.compiler, pre-processor
  • D.compiler, user

Answer: C

The major difference between typedef and #define is that the typedef interpretation is performed by the compiler whereas #define interpretation is performed by pre-processor.

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

Post your comment