Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / nathan
any where in the program
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is #include conio h?
What is unary operator?
What is the auto keyword good for?
how to find anagram without using string functions using only loops in c programming
Are pointers integers in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Can you explain the four storage classes in C?
Explain enumerated types.
What is the concatenation operator?
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!+....
List the difference between a "copy constructor" and a "assignment operator"?
What is the use of in c?
What is function prototype in c with example?
Why use int main instead of void main?
What does 3 periods mean in texting?