what is a headerfile?and what will be a program without it
explain nan example?

Answer Posted / yyy

header file contains pre defined functions.that are used in
the programme.
header files will have .h as an extension.
eg:stdio.h is a header file which contains input and output
functions like scanf and printf.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by inheritance?

634


Explain how do you convert strings to numbers in c?

594


Are pointers integer?

551


What is switch in c?

647


How can a string be converted to a number?

518






count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

679


the question is that what you have been doing all these periods (one year gap)

1618


What is the c value paradox and how is it explained?

575


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1859


What are the storage classes in C?

625


while initialization of array why we use a[][2] why not a[2][]...?

1869


Describe the header file and its usage in c programming?

622


What is the difference between mpi and openmp?

736


What is a header file?

638


What would be an example of a structure analogous to structure c?

576