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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1322


How do you print only part of a string?

1064


Tell me what is the purpose of 'register' keyword in c language?

1035


Find MAXIMUM of three distinct integers using a single C statement

1113


Explain what are the advantages and disadvantages of a heap?

1124


Multiply an Integer Number by 2 Without Using Multiplication Operator

818


Do you know what are the properties of union in c?

1131


What is the difference between constant pointer and constant variable?

1274


Can we use any name in place of argv and argc as command line arguments?

1125


Write a program to print fibonacci series without using recursion?

1215


How can I discover how many arguments a function was actually called with?

1112


Do you know what are bitwise shift operators in c programming?

1150


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1377


What is multidimensional arrays

1172


What is const keyword in c?

1216