• Javascript
  • Python
  • Go
Tag name:

extern-c

The 'extern-c' keyword is used in C/C++ programming to declare functions or variables that are defined in an external program or library. It ensures that the function or variable is compiled using the C language's calling convention, making it compatible with other languages. This article will outline the syntax and usage of 'extern-c' for developers looking to improve their programming skills.

Related Articles