Answer Posted / shalini
header file constitutes all the pre defined functions that
are necessary for a program to run.hence whenever u compile
a program the compiler links all the header files into the
corresponding program and starts execution
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
What is the process to create increment and decrement stamen in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Explain what is a stream?
write a program fibonacci series and palindrome program in c
please give me some tips for the placement in the TCS.
Which type of language is c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Who developed c language and when?
Explain how can a program be made to print the name of a source file where an error occurs?
What does #pragma once mean?
What are the advantages and disadvantages of pointers?
What is the use of in c?
What is #include cctype?
What is difference between structure and union in c programming?