how many header file is in C language ?
Answer Posted / vinaay
there are manyy no headerfiles in c
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can I automatically locate a programs configuration files in the same directory as the executable?
What is #line used for?
What are linked lists in c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
When is a null pointer used?
How can I read/write structures from/to data files?
What language is lisp written in?
Which function in C can be used to append a string to another string?
Where static variables are stored in memory in c?
What is the function of multilevel pointer in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain what are the advantages and disadvantages of a heap?
Describe the order of precedence with regards to operators in C.
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What does %c mean in c?