in header files whether functions are declared or defined in
c language?

Answers were Sorted based on User's Feedback



in header files whether functions are declared or defined in c language?..

Answer / 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

in header files whether functions are declared or defined in c language?..

Answer / inishaka

header files is defined function

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Engineering AllOther Interview Questions

what is means of admistrative distance

0 Answers  


Write a java program to print the subsets of a string

0 Answers  


why we need embedded system

0 Answers  


Index of an Array containing 'n' aliment varies from________to_______

0 Answers  


which is having more efficiency smaller power plant or bigger power plant? why?

1 Answers   L&T,


Given Max hash and set of numbers find the way they are arranged.

0 Answers   NetApp,


hi all I got two exam call letter one from maha ganeco & other from federal bank both at same time & same date which should i choose (note I am eng. grad.)

0 Answers   Federal Bank,


What is your happiest moment in your life

0 Answers  


Describe VCO?

1 Answers  


how to delete four out of five duplicate records in a table using sql

0 Answers  


What is spooling and buffering?

0 Answers  


As you achieve greater success with the company after some years, Will you like to be a shareholder in our company?

1 Answers   GE,


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4452)
  • Electrical Engineering Interview Questions Electrical Engineering (16637)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)