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

Explain is it valid to address one element beyond the end of an array?

729


Define the scope of static variables.

599


What is the process to create increment and decrement stamen in c?

583


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1527


How can I remove the leading spaces from a string?

626






What is use of bit field?

765


What is zero based addressing?

705


What is a pointer and how it is initialized?

604


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

632


What is the most efficient way to store flag values?

679


string reverse using recursion

1805


How to compare array with pointer in c?

615


C program to find all possible outcomes of a dice?

1848


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

740


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15486