...

/

Test Your Knowledge!

Test Your Knowledge!

Take this quiz to test what you've learned in this chapter.

We'll cover the following...

Quiz on the basic concepts of macros and the AST.

1

What happens when the compiler encounters a macro in the code AST?

A)

The code is expanded followed by compiling the rest of the program.

B)

The code is expanded followed by the compiler checking for more macros.

C)

The code is executed.

Question 1 of 60 attempted