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
what is the class of generator A b & c
what are the advantages as disadvantages of the V-model?
sir ,,kindly provide me 10 year old solved question papers of gate ,i am from CS. branch...
how can we implement the raid techmology on linux. operating system
my first question in huawei was ....1)Tell me about your self 2) oops concept 3)logic gates 4)ram and rom ,what is cache memory nd where it is located 5)diffrence between file system and data base 6) procedure of operating system 7)what is c# 8)high level language and machine language 9) and from mobile networkin !!!! hope thz will help you
What is the pattern for HAL Online-exam?
DVC2000 performent: travel ??? and not output signal
difference between a for loop and a while loop? what are its uses in c language?
How we can find out face expression ,what approach should be followed (like skin detection) ?
Write a test case plan for a typical banking application which involves functionalities like Balance enquiry, deposit, fund transfer etc. Make your assumptions and mention the same in your answer sheet.
can u tell me placement peoceduers and placemnt format of hpcl.
can u tell me what are the subjects involved in group I and II and how i prepare for the exam
PLEASE SUGGEST THE BALLY PLACEMENT PAPER PATTERN ABOUT WRITTEN TEST,INTERVIEW,HR.ITS URGENT. AS BALLY IS GOING TO VISIT OUR CAMPUS.
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
What type of questions are asked in interview?