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
How do we make a global variable accessible across files? Explain the extern keyword?
What is the explanation for the dangling pointer in c?
What is the hardest programming language?
application attempts to perform an operation?
What is meant by high-order and low-order bytes?
What is #line?
How can you find out how much memory is available?
What is strcpy() function?
How can you increase the allowable number of simultaneously open files?
Can a function argument have default value?
What is the purpose of scanf() and printf() functions?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What does the format %10.2 mean when included in a printf statement?
Explain can you assign a different address to an array tag?