Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WHAT IS HEADER?

Answers were Sorted based on User's Feedback



WHAT IS HEADER?..

Answer / pavan bhalot

header file is that file in which predefines all those
function those are useig in program.like scanf,printf, getch
etc.

Is This Answer Correct ?    62 Yes 4 No

WHAT IS HEADER?..

Answer / mohit chawla

Header is preprocessor directive that is used to include some
predefind function and properties declared in some predefined
header files

Is This Answer Correct ?    9 Yes 1 No

WHAT IS HEADER?..

Answer / nagendra reddy

The Headers property is a collection of name/value pairs that
contain the HTTP header values returned with the response.
Common header information returned from the Internet resource
is exposed as properties of the HttpWebResponse class.

Is This Answer Correct ?    2 Yes 0 No

WHAT IS HEADER?..

Answer / jyoti

header file is a preprocessor directive that contains all
the functions thet we have to use in our program and has to
be declared before the main function.
ex: headerfile <stdio.h> include functions such as printf()
and scanf() that puts the output and gets the input
repectively

Is This Answer Correct ?    1 Yes 0 No

WHAT IS HEADER?..

Answer / md.afzal khan

Include directory is special directory which content all the
header files of c language. Extension of header files in c
language is header. All header files only keep declaration of
functions, declaration of data type and micro constants. Body
of function i.e. function definition is not written in the
header files. Hence no one can get source code of function
like printf, clrscr etc. All the function declaration in
header file is extern. Since visibility of extern data type is
whole the program. and other file can also access such
function. Body of function of header file is supplied at the
time of linking in header file.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS HEADER?..

Answer / tdurga

HEADER IS INCLUDE <STDIO.H>.

Is This Answer Correct ?    5 Yes 8 No

WHAT IS HEADER?..

Answer / guest

top of the page

Is This Answer Correct ?    1 Yes 6 No

WHAT IS HEADER?..

Answer / avinash

HEADER IS INCLUDE <STDIO.H>.

Is This Answer Correct ?    12 Yes 22 No

Post New Answer

More C Interview Questions

Is array a primitive data type in c?

0 Answers  


what is an array

5 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


how to find sum of digits in C?

21 Answers   CTS, Infosys,


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


Categories