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
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
Why isnt any of this standardized in c?
How do you define a string?
What does return 1 means in c?
Explain what is the difference between functions getch() and getche()?
How can a string be converted to a number?
Differentiate between functions getch() and getche().
What is the difference between break and continue?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Sir i need notes for structure,functions,pointers in c language can you help me please
Can a file other than a .h file be included with #include?
is it possible to create your own header files?
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.
Does free set pointer to null?
Explain the difference between #include "..." And #include <...> In c?