Interview Questions

Can I create my own functions in C?

Python Questions and Answers


(Continued from previous question...)

Can I create my own functions in C?

Yes, you can create built-in modules containing functions, variables, exceptions and even new types in C.

(Continued on next question...)

Other Interview Questions