what is a headerfile?and what will be a program without it
explain nan example?

Answer Posted / xyz

headerfile is a library of functions,which the program
refers to and uses required functions to execute the
operation..!

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

794


Why isnt any of this standardized in c?

832


How do you define a string?

845


What does return 1 means in c?

790


Explain what is the difference between functions getch() and getche()?

781


How can a string be converted to a number?

738


Differentiate between functions getch() and getche().

799


What is the difference between break and continue?

924


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1874


Sir i need notes for structure,functions,pointers in c language can you help me please

2159


Can a file other than a .h file be included with #include?

869


is it possible to create your own header files?

818


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2853


Does free set pointer to null?

737


Explain the difference between #include "..." And #include <...> In c?

789