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


Please Help Members By Posting Answers For Below Questions

What is the difference between near, far and huge pointers?

816


What is define directive?

848


Difference between constant pointer and pointer to a constant.

816


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

842


What is header file definition?

806


Why can’t we compare structures?

1030


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 []);

2087


Write a factorial program using C.

833


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?

1224


Is calloc better than malloc?

779


why we wont use '&' sing in aceesing the string using scanf

2055


How to write a multi-statement macro?

808


What is p in text message?

728


How can you draw circles in C?

827


Can a file other than a .h file be included with #include?

869