what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / praveen badiger
Header files are predefined function, these are defined in .h extention .if u not used the header file compiler will through an error message..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Which is the best website to learn c programming?
How are portions of a program disabled in demo versions?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What does main () mean in c?
When is the “void” keyword used in a function?
What is the use of #define preprocessor in c?
What is the difference between text and binary i/o?
Does c have class?
What is the difference between array and structure in c?
Explain how can a program be made to print the line number where an error occurs?
What is output redirection?
Why is it that not all header files are declared in every C program?
Explain what does the format %10.2 mean when included in a printf statement?
What are register variables? What are the advantage of using register variables?