(CPP) C++ Programming Professional Certificate Practice Test
CPP CPP Interoperability & System Programming
What is the primary purpose of extern "C" in C++?
Select your answer
A
To declare external global variables
B
To prevent name mangling so C code can link to C++ functions
C
To include C standard library headers
D
To disable C++ exception handling
Hint