What does extern “C” int func(int *, Foo) accomplish?
By on May 4, 2007 in C/C++ Interview Questions
It will turn off “name mangling” for func so that one can link to code compiled by a C compiler.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Current ArticleBy on May 4, 2007 in C/C++ Interview Questions
It will turn off “name mangling” for func so that one can link to code compiled by a C compiler.