...

/

Quiz on Pragmas, alias and with

Quiz on Pragmas, alias and with

Here is a quiz to test your understanding of the concepts related to pragmas, alias, and with.

We'll cover the following...
1

Which of the following pragma directives can be used to instruct the compiler to link the program with a particular library?

A)

pragma(msg)

B)

pragma(lib)

C)

pragma(inline)

D)

pragma(mangle)

Question 1 of 40 attempted