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 is scope and lifetime of a variable in c?
What are global variables and how do you declare them?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
Which programming language is best for getting job 2020?
How is a macro different from a function?
Which is better pointer or array?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Why doesnt long int work?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
Why preprocessor should come before source code?