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 |
What is a standard template library (stl)?
What does stl stand for in basketball?
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
#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 program to print the swapping in two no and using three variable.
How do I convert a stl file?
What are stl algorithms?
what is compiler?
What is Constructor
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
In what scenario does the Logical file and Physical file being used?
How is stl different from c++ standard library?