Home / Questions / Does a built-in header file contains built-in function definition?
Explanatory Question

Does a built-in header file contains built-in function definition?

👁 1,657 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

No, the header file only declares function. The definition is in library which is linked by the linker.