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
Which is the best website to learn c programming?
What is the significance of an algorithm to C programming?
How can I list all of the predefined identifiers?
Is printf a keyword?
How does selection sort work in c?
What is the difference between a function and a method in c?
Write a program to print fibonacci series without using recursion?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How many bytes is a struct in c?
Is it possible to execute code even after the program exits the main() function?
What are the properties of union in c?
What is an example of structure?
What is the use of bit field?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2