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 |
Name the different types of stl containers.
Diffrernce Between Overloading and Overriding?
what are you now programming Languages C+
what is use of for loop?
What is the use of stl?
how to overload << and >> operator in c++
What are the various types of stl containers?
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
method overloading means what?
Is stl open source?
Write a program in C++ returning starting locations of a substring using pointers
In what scenario does the Logical file and Physical file being used?