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

Explain the priority queues?

629


What do you mean by invalid pointer arithmetic?

639


Differentiate between functions getch() and getche().

627


What is int main () in c?

632


Tell me when would you use a pointer to a function?

613






Can you write a programmer for FACTORIAL using recursion?

618


What is void main () in c?

738


What is a memory leak? How to avoid it?

580


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2246


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

669


How do you define a string?

660


What does int main () mean?

556


What is meant by int main ()?

723


What is calloc() function?

629


Are there any problems with performing mathematical operations on different variable types?

577