how many header file is in C language ?
Answer Posted / santosh
there are manynumber hedder files because each hedder file
is used for different purpose.
for example if we are using pointers we will include
different hedder files with the standard hedder files as
#include<stdio.h>
| Is This Answer Correct ? | 57 Yes | 36 No |
Post New Answer View All Answers
Explain data types & how many data types supported by c?
What is the equivalent code of the following statement in WHILE LOOP format?
Why void main is used in c?
List some basic data types in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Is c still relevant?
What is a node in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
List the difference between a While & Do While loops?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is a pointer in c?
Tell me can the size of an array be declared at runtime?
Where are some collections of useful code fragments and examples?
How can I remove the leading spaces from a string?
How do you write a program which produces its own source code as output?