1,4,8,13,21,30,36,45,54,63,73,?,?.

Answer Posted / mody

83.85

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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!+....

22224


What does nil mean in c?

672


What is the meaning of 2d in c?

613


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1467


What is a loop?

554






write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1644


How does struct work in c?

608


Explain the difference between malloc() and calloc() function?

598


What are the rules for the identifier?

671


What is storage class?

654


What does 4d mean in c?

947


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1593


4. main() { int c=- -2; printf("c=%d",c); }

1366


What is clrscr in c?

673


Do you have any idea about the use of "auto" keyword?

662