what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / xyz
headerfile is a library of functions,which the program
refers to and uses required functions to execute the
operation..!
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Why is struct padding needed?
What is the auto keyword good for?
What is the difference between the local variable and global variable in c?
What is pragma c?
What is the use of in c?
Explain what are preprocessor directives?
What is an operator?
Are the expressions * ptr ++ and ++ * ptr same?
What is 2 d array in c?
Differentiate between Macro and ordinary definition.
What is the use of header files?
Write a program to generate the Fibinocci Series
What is structure padding and packing in c?
What's a good way to check for "close enough" floating-point equality?