What is a built-in function in C?

Functions that come from the standard library.

You've probably used printf, that's a built in function.
 
Back
Top