how many header file is in C language ?
Answer Posted / santosh
there are manynumber hedder files because each hedder file
is used for different purpose.
for example if we are using pointers we will include
different hedder files with the standard hedder files as
#include<stdio.h>
| Is This Answer Correct ? | 57 Yes | 36 No |
Post New Answer View All Answers
Calculate 1*2*3*____*n using recursive function??
List out few of the applications that make use of Multilinked Structures?
what is the function of pragma directive in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What is assignment operator?
Explain heap and queue.
What is difference between constant pointer and constant variable?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Is it fine to write void main () or main () in c?
Explain is it better to bitshift a value than to multiply by 2?
What is a program flowchart and explain how does it help in writing a program?
What is the difference between typedef and #define?
How to get string length of given string in c?
What’s the special use of UNIONS?