what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / prabu
header file consists of several modules in which the printf
and scanf function can call automatically througyh header file
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is function and its example?
What are the Advantages of using macro
Write the control statements in C language
What is the difference between typedef and #define?
How do we declare variables in c?
Are there any problems with performing mathematical operations on different variable types?
Describe the modifier in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the sizeof () a pointer?
How is pointer initialized in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is an array in c?
How does #define work?