What can be used to provide a convenient way to merge the source code from one file with the source code in another file, without having to retype the code?

A. the $append directive
B. the #include directive
C. the using directive
D. the @add directive

Answer: B

Computer Science & Information Technology

You might also like to view...

A JavaScript comment that extends across more than one line begins with the characters:

A) // B) */ C)