Write a program in C that prints the first 50 Fibonacci numbers, starting with 1 and 2
To be able to answer this question, you need to understand what a fibonacci number is and how to derive a fibonacci sequence. A fibnonacci number is any number in a sequence which happens to be the sum of the two preceeding numbers. This means that t...
Jun 9, 20224 min read1.7K
