in Technology by
Does a built-in header file contains built-in function definition in C-Programming?

1 Answer

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

Related questions

+1 vote
    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 vote
    Is FILE a built-in data type in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Is there any possibility to create a customized header file with C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Describe the header file and its usage in C programming?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What is the built-in function to append one string to another in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    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 vote
    What is the purpose of built-in stricmp() function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator is used to continue the definition of macro in the next line in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the difference between variable declaration and variable definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Software built as microservices can, by definition, be broken down into multiple component services. A. True B. False...
asked Jan 9, 2023 in Technology by JackTerrance
0 votes
    Which of the following lines properly starts a parameterless function definition? A)def fun: B)function fun(): C) ... )fun function(): Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Which built-in function can be used to move the file pointer internally?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    Which of the following contains pre-built predictive tools? (a) alteryx (b) fossilx (c) paleoTS (d) ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Data Products shown in the below figure is built using which programming language? (a) S (b) Python (c ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
+1 vote
    Describe the file opening mode “w+” in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...