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

Submitted by: Administrator
By using the extern "C" linkage specification around the C function declarations.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers