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
What is the best way to store flag values in a program?
Can we replace the struct function in tree syntax with a union?
Explain how do you override a defined macro?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What are the 3 types of structures?
Why isnt any of this standardized in c?
When is the “void” keyword used in a function?
Write a program in c to replace any vowel in a string with z?
What are c identifiers?
What does %d do?
How can I invoke another program or command and trap its output?
I heard that you have to include stdio.h before calling printf. Why?
Why c is a mother language?
what are non standard function in c
What does nil mean in c?