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 data structure in c language?
What are static variables in c?
How can a string be converted to a number?
What is the difference between c &c++?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is array in c with example?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is the difference between declaring a variable and defining a variable?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Which header file is used for clrscr?
how to build a exercise findig min number of e heap with list imlemented?
What are the different types of endless loops?
What are multibyte characters?
Can the size of an array be declared at runtime?