Answer Posted / deepti
(.h)means a header file,
and all the header files r included using
#include which is a preprocessor directive
i.e #include<stdio.h>
all the data input/output functions r stored in stdio.h
(where std-standard i-input o-output)
for eg.printf,scanf,putchar,getchar,puts,gets..
#include<conio.h>
(where con-console i-input o-output)
for eg.getch(),clrscr()...
there r many header files for diff purposes
like
#include<math.h> for maths
#include<iostream.h> for streams
etc........
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the standard predefined macros?
What is sizeof int?
please give me some tips for the placement in the TCS.
How do you determine a file’s attributes?
How many types of errors are there in c language? Explain
Why structure is used in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
please send me the code for multiplying sparse matrix using c
Where local variables are stored in c?
Can you pass an entire structure to functions?
What is the use of clrscr?
When a c file is executed there are many files that are automatically opened what are they files?
What are the application of c?
What is .obj file in c?
What is file in c language?