how many header file is in C language ?
Answer Posted / ankit chaliyan
there are 27 type of header file in clanguage
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
What is define directive?
Difference between constant pointer and pointer to a constant.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is header file definition?
Why can’t we compare structures?
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 []);
Write a factorial program using C.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Is calloc better than malloc?
why we wont use '&' sing in aceesing the string using scanf
How to write a multi-statement macro?
What is p in text message?
How can you draw circles in C?
Can a file other than a .h file be included with #include?