ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
what information does the header files contain?
 Question Submitted By :: Mohancvk
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what information does the header files contain?
Answer
# 1
header file is a file containing C declarations and macro 
definitions  to be shared between several source files
 
Is This Answer Correct ?    4 Yes 0 No
Naveena
 
  Re: what information does the header files contain?
Answer
# 2
the header files consists of file-inclusions,macro 
definitions and declarations which get replaced with the 
textual source code at preprocessor level ie., before 
compilation process.
 
Is This Answer Correct ?    4 Yes 0 No
Mohancvk
 
 
 
  Re: what information does the header files contain?
Answer
# 3
Header files contain line- and field-oriented ASCII text 
It contain declerations,macro definitions.
 
Is This Answer Correct ?    0 Yes 0 No
Avinandan
 
  Re: what information does the header files contain?
Answer
# 4
Header files contain the definations of the functions that 
are to be used in the program.In order to recognise the 
defined functions ex, printf, scanf etc you need to define 
the header file STDIO.h where the defination of these 
functions are declared.Which makes writting of the program 
very easy
 
Is This Answer Correct ?    5 Yes 1 No
Dips
 
  Re: what information does the header files contain?
Answer
# 5
In computer programming, particularly in the C and C++
programming languages, a header file or include file is a
file, usually in the form of source code, that a compiler
automatically includes when processing another source file.
Typically, programmers specify the inclusion of header files
via compiler directives at the beginning (or head) of the
other source file.
 
Is This Answer Correct ?    1 Yes 0 No
Shashi
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none IBM7
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... } TCS4
what is the difference between arrays and linked list Tech-Mahindra15
what is the hexidecimal number of 4100? Google14
what is the use of pointers  5
Difference between Class and Struct. Motorola6
write a 'c' program to sum the number of integer values  5
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list? Oracle1
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments TCS6
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program Mascot4
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>  1
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); } ME3
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?  2
What is sparse file?  1
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer  1
what is memory leak?  3
Is reference used in C?  1
what is the difference between NULL & NUL keywords in C?  3
how many header file is in C language ?  14
what is a c-language.what is do. HCL3
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com