Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C Interview Questions and Answers

Question: How do you link a C++ program to C functions?
Answer:
By using the extern "C" linkage specification around the C function declarations.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook