what information does the header files contain?

Answer Posted / naveena

header file is a file containing C declarations and macro
definitions to be shared between several source files

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1726


Explain what are compound statements?

819


How can a program be made to print the line number where an error occurs?

878


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

991


how to introdu5ce my self in serco

1739


Explain union. What are its advantages?

825


What is the difference between procedural and functional programming?

739


What is double pointer?

765


What are Macros? What are its advantages and disadvantages?

867


Explain bit masking in c?

910


What is huge pointer in c?

769


What is output redirection?

897


What does volatile do?

759


Explain how can you avoid including a header more than once?

822


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3574