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 |
How is stl different from c++ standard library?
why does the execution of a c++ program start with main()???
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
Is stl open source?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
how to overload << and >> operator in c++
what is strcture i++ i ++i answer to this i=5 what is the out put
write a program that input four digit number and find how many 7 that number contains
what is electronic software
Why should a c++ programmer be interested in stl?
Difference between Structure and Class in C++?
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.