what information does the header files contain?
Answer Posted / naveena
header file is a file containing C declarations and macro
definitions to be shared between several source files
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Write a program to generate random numbers in c?
Differentiate between a structure and a union.
What is the explanation for prototype 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!+....
What does p mean in physics?
Compare array data type to pointer data type
List a few unconditional control statement in c.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
what is event driven software and what is procedural driven software?
Explain how to reverse singly link list.
How can I make sure that my program is the only one accessing a file?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain what is meant by high-order and low-order bytes?
c program to compute AREA under integral