WHAT IS HEADER?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is event driven programming or procedural programming, better within specific scenario?

1955


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1632


Find MAXIMUM of three distinct integers using a single C statement

624


Why do we use return in c?

570


What is the purpose of void pointer?

600






What is the difference between variable declaration and variable definition in c?

565


What is your stream meaning?

608


Which is an example of a structural homology?

786


Explain the array representation of a binary tree in C.

729


What language is windows 1.0 written?

576


How does struct work in c?

611


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

564


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1077


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

643


What are the different types of data structures in c?

609