in header files whether functions are declared or defined in
c language?
Answer Posted / suraj.v
in header files the function are declared not defined it's
defined in the library routines
only A header file is a file containing C declarations and
macro definitions to be shared between several source files.
You request the use of a header file in your program by
including it, with the C preprocessing directive `#include'.
Header files serve two purposes.
1) System header files declare the interfaces to parts of
the operating system. You include them in your program to
supply the definitions and declarations you need to invoke
system calls and libraries.
2) Your own header files contain declarations for interfaces
between the source files of your program. Each time you have
a group of related declarations and macro definitions all or
most of which are needed in several different source files,
it is a good idea to create a header file for them.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
wht is difference b/ osi & tcp/ip model
how do we get persistent databases?
1. Describe a time when you anticipated potential problems and developed Preventive measures.
Can u send me a sample Final year CSE student 'RESUME' for campus placement to following mail id: aspnetworks@gmail.com
sir ,,kindly provide me 10 year old solved question papers of gate ,i am from CS. branch...
what is a Additional domain ? what is a child domain?
when does the official confirmation or the offer letter for the 2012 selected candidates of HUAWEI will come??
difference between windows 2003 and windows 2008 server
i want to know how can i divide the bandwidth among two computers.say i have a connection of 256 kbps dsl connection. i have a switch.now i want to divide this 256 kbps in two 128,128 equal connections.so that both of us can work on our separate 128 speed
to which generation of prog. languages does ai prog languages belong
What would happen if you drilled through the Earth all the way to the other side and then jumped into the hole?
1.orders for a computer are summarized by the additional features and are requested as follows; Proportion of order No features 0.3 One feature only 0.5 More than one feature 0.2 find; 1. what is the probability that an order requests at least one feature? 2. what is the probability that an order does not request more than one feature?
pls send me the e-book for verbal and non verbal reasoning of R S aggarwall
WRITE A C PROGRAM TO REVERSE THE LINK LIST WITHOUT CREATING NEW LIST?
What are the main assumptions that we make when we model potential flow?