what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / pradeep m.c
headerfile is one includes pre-defined functions n
and definatrions and is a librari of functions,which the
programme refers to and uses required function to
execute operations.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a protocol in c?
What is hash table in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Why do we use header files in c?
What is scope of variable in c?
Explain why C language is procedural?
What is wrong with this declaration?
Why do we write return 0 in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
what is a constant pointer in C
Give differences between - new and malloc() , delete and free() ?
what is the difference between 123 and 0123 in c?
Explain what is the difference between functions getch() and getche()?
Explain what is the most efficient way to store flag values?