A text file that contains declarations used by a group of functions,programs,or users
a) executable file
b) header file
c) obj file
d) .cfile
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of sprintf() function?
What are formal parameters?
Who is the main contributor in designing the c language after dennis ritchie?
What is an example of enumeration?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
what about "char *(*(*a[])())();"
What is c variable?
What does & mean in scanf?
Why is structure padding done in c?
what is ANSI and ISO
Explain how can I open a file so that other programs can update it at the same time?
where can function pointers be used?