What is the effect of extern “C” in C++? What exactly does putting extern "C" into C++ code do? For example: extern "C" { void foo(); } 1 16 extern "C" makes a function-name in C++ have C... April 10, 2022 0 Comments