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...
We'll cover the following...
Technical Quiz
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)
1 / 4