Login
Remember
Register
Questions
Ask a Question
Does a built-in header file contains built-in function definition in C-Programming?
Home
>
Technology
>
Does a built-in header file contains built-in function definition in C-Programming?
+1
vote
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
Does a built-in header file contains built-in function definition in C-Programming?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.8m
points)
No, the header file only declares function. The definition is in library which is linked by the linker.
Related questions
+1
vote
1
answer
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Is FILE a built-in data type in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is the built-in function to append one string to another in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is the purpose of built-in stricmp() function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
...