what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / yyy
header file contains pre defined functions.that are used in
the programme.
header files will have .h as an extension.
eg:stdio.h is a header file which contains input and output
functions like scanf and printf.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why does everyone say not to use gets?
What is void main ()?
What is the use of linkage in c language?
Explain heap and queue.
What is n in c?
Can i use “int” data type to store the value 32768? Why?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
what value is returned to operating system after program execution?
What does #pragma once mean?
How can I make it pause before closing the program output window?
What is graph in c?
What is ponter?
Write a C program to count the number of email on text
Write a program to reverse a string.
What are structural members?