totally how much header files r in c language
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by high-order and low-order bytes?
Explain how can I remove the trailing spaces from a string?
Was 2000 a leap year?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Why is c not oop?
Explain what are bus errors, memory faults, and core dumps?
Simplify the program segment if X = B then C ← true else C ← false
What is LINKED LIST? How can you access the last element in a linked list?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain the difference between #include "..." And #include <...> In c?
How many data structures are there in c?
What is the difference between struct and union in C?
Is linux written in c?
What is a volatile keyword in c?