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

to acheve the IP 65 protection class does it is mandatory to apply silicon grease?

0 Answers  


What is the win speed velocity of the swallow?

1 Answers  


If you were to drill a circular hole in a sheet of metal and then heat the sheet, what would happen to the size of the hole?

0 Answers  


Write a c program to accept two strings of odd lengths 1. take all odd characters from one string & even character from other a and concatenate  & produce a string 2. us only one loop & no of times loop will be executed must be determined by length of long string.

1 Answers  


can u perform addition of two octal numbers using java?

0 Answers  






How do you reset or reseed the IDENTITY column?

0 Answers  


What is the dewpoint of atmoshperic Air?

0 Answers  


What is the basic difference between injection speed and injection pressure in an injection molding machine?

0 Answers  


Hi, what is the meaning of DOCUMENTUM,how and what testers have to do with it?

0 Answers  


what is the heat insulation material is adaptable for a flue gas duct that carries waste heat from brick kiln to brick drier and what temperature is required to maintain at the tunnel to dry adobe bricks adequately

0 Answers  


How we can read an Image in VC++?How we can find out the intensities of the pixels of an image and dimension of the image?

0 Answers   CEERI,


the maximum number of character that windows 2003 recognizes in a local user

0 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16632)
  • 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)