C++
What is th ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What is the extern "C" construct used for? Check all that apply.
There is no such construction in C ++
So that functions compiled by the C ++ compiler can be called from a program written in C.
So that functions compiled by the C compiler can be called from a program written in C ++
So that the methods of C++ classes can be accessed from programs written in C
This construction is similar to the usual extern specifier (without "C") and is needed only for backward compatibility with old C ++ standards
Explanation
Get an explanation when it's available:
Subscribe
compilers
extern
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
C
++
Quiz
Login to learn C++
or
Read more about
C++ Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment