what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / xyz
headerfile is a library of functions,which the program
refers to and uses required functions to execute the
operation..!
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the difference between formatted&unformatted i/o functions?
Why void is used in c?
What are c header files?
What is 1d array in c?
Can we increase size of array in c?
What is the difference between malloc() and calloc()?
What is a program flowchart?
what are non standard function in c
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the size of structure pointer in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is structure pointer in c?
Why do we use return in c?