Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Does a built-in header file contains built-in function definition C programming?
+1
vote
600
views
Does a built-in header file contains built-in function definition C programming?
c
posted
Jul 1, 2016
by
Mohammed Hussain
Share this question
Header files are just for declarations of Functions, Definition of the function will be in library.
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Header files are just for declarations of Functions, Definition of the function will be in library.
answer
Jul 2, 2016
by
Chirag Gangdev
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+2
votes
Which header file should we can include if we have to develop a function for variable number of arguments in C?
+2
votes
How to print a string without using header file stdio.h and printf function in C?
+2
votes
Is it possible to write code using c without a header file?
+3
votes
How can we take input from a file and print output in the file in C programming?
0
votes
Can we use scanf and printf functions in our C program without including header file? Please explain the reasoning also?
...