totally how much header files r in c language
Answers were Sorted based on User's Feedback
Answer / rakamal
According to ISO C99 standard totally 24 header files are
available
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / mod
there r 24 header files in iso standerd of c language
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / hari
two header files uaing the c language.but header files
keep the funcation declearcation saparte from function
dafanation
very large of appplication.& want to break into different
parts,this parts are into diff library called header files
| Is This Answer Correct ? | 2 Yes | 4 No |
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
What’s the special use of UNIONS?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is null pointer in c?
simple program for virtual function?
There seem to be a few missing operators ..
`write a program to display the recomended action depends on a color of trafic light using nested if statments
can we declare a function in side the structure?
what are the stoge class in C and tel the scope and life time of it?
What are the advantages and disadvantages of pointers?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
How arrays can be passed to a user defined function
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case