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
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain what are compound statements?
How can a program be made to print the line number where an error occurs?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
how to introdu5ce my self in serco
Explain union. What are its advantages?
What is the difference between procedural and functional programming?
What is double pointer?
What are Macros? What are its advantages and disadvantages?
Explain bit masking in c?
What is huge pointer in c?
What is output redirection?
What does volatile do?
Explain how can you avoid including a header more than once?
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.