Login
Remember
Register
Ask a Question
What are built in functions in C Language?
0
votes
asked
Mar 17, 2020
in
C Plus Plus
by
rajeshsharma
What are built in functions in C Language?
#c-language-built-in-functions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 17, 2020
by
Robindeniel
The functions that are predefined and supplied along with the compiler are known as
builtin
functions. They are also known as library functions.
...