Python
Is it poss ...
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
Is it possible to link a Python program to code written in C?
No, it is impossible.
Yes; the C code can be in a form of a dynamically or a statically linked library.
Yes, but the C code must be provided in a form of a dynamically linked library.
Yes, but C code must be provided in a form of statically linked library.
Explanation
Python has a first class support for C libraries. Program written in C can be linked as either statically or dynamically linked library.
c-extensions
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
P
ython
Quiz
Login to learn Python
or
Read more about
Python Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
Python quizzes
What is a correct term for the following piece of Python syntax: 3 + 4...
What gets printed: a = b = [1, 2, 3] b[2] = 4 print(a) ...
What will the output of the following statement be? print "%s is awes...
In a Python 2 new-style class declared as Child(Base), what is the correc...
True or False: Python packages can be imported from inside a Zip file....
What will typing the following at the Python interpreter produce? lan...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment