Question:What linkage specifier do you use in order to cause your C++ functions to have C linkage
A extern "C" B extern C C _stdcall D _cdecl E _fastcall?
+ AnswerA
+ Report