Answers

Question and Answer:

  Home  C++ Programming

⟩ How do you link a C++ program to C functions?

By using the extern "C" linkage specification around the C function declarations.

 146 views

More Questions for you: