WHAT IS FIBONACCI SERIES?
Answers were Sorted based on User's Feedback
Answer / sohan
FIBONACCI series is add previous two items for next item.....
e.g. 0,1,1,2,3,5,8,13.......................
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / matra
Fibonacci Series Starts With 0.
It's
o,1,1,2,3,5,8,13,21,34,55.....& so on.
we can see that, each no. is summation of previous two numbers..
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / william clausen
I disagree with these answers A series implies a summation
in mathematics. Fibonacci numbers are actually a sequence
of numbers, separated by a comma, following the pattern
0,1,1,2,3,5,8,13, ...
| Is This Answer Correct ? | 2 Yes | 4 No |
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is stl language?
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
what is strcture i++ i ++i answer to this i=5 what is the out put
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
What is stl in oop?
When did c++ add stl?
if x<>=z then statement end what is the cyclomatic complexity
How does an stl file work?
Define stl.