Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
C++
3.8K+ articles
Extern "C"
2 posts
Recent Articles
Can I Mix C and C++ Code in the Same Project?
Last Updated: 23 July 2025
C and C++ both are very popular programming languages. There can be many situations when you might have to export some functionalities that are written in C programming la...
read more
C++ Programs
C++
Picked
Extern "C"
C-Misc
Misc C++
CPP Examples
Name Mangling and extern "C" in C++
Last Updated: 23 July 2025
C++ supports function overloading, i.e., there can be more than one function with the same name but, different parameters. How does the C++ compiler distinguish between di...
read more
C++
Extern "C"