Answer Posted / rakesh ranjan
F001
is the correct answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does void main () mean?
What is the symbol indicated the c-preprocessor?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Can we declare a function inside a function in c?
What are run-time errors?
Why do we use header files in c?
which is an algorithm for sorting in a growing Lexicographic order
Why array is used in c?
What is variable in c example?
What is the benefit of using #define to declare a constant?
how we can make 3d venturing graphics on outer interface
What are extern variables 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!+....
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the mean of function?