how many header file is in C language ?
Answer Posted / kumaresan
C library having n number of header files. It can be used in
different purposes. Mostly used header files is stdio.h &
conio.h.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is #define?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the purpose of main() function?
What are local static variables?
Explain the difference between the local variable and global variable in c?
What is the purpose of & in scanf?
How do I copy files?
how do you execute a c program in unix.
How many types of errors are there in c language? Explain
What are the types of variables in c?
Explain what is a static function?
Can you please compare array with pointer?
What is a constant and types of constants in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the difference between text and binary i/o?