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 do you mean by dynamic memory allocation in c? What functions are used?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
how can f be used for both float and double arguments in printf? Are not they different types?
Can we compile a program without main() function?
What are the different types of linkage exist in c?
Is flag a keyword in c?
Explain the use of fflush() function?
What is "Duff's Device"?
What is a program flowchart and explain how does it help in writing a program?
What is difference between union and structure in c?
Explain setjmp()?
What are the types of data files?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are # preprocessor operator in c?
What is the difference between pure virtual function and virtual function?