21 - FIBONACCI SERIES - C PROGRAMMING

preview_player
Показать описание
Program to find the Fibonacci Series.
Initial elements are 0 & 1
we have to find next elements with given formula
element n = element (n-1) + element (n-2)
Рекомендации по теме
Комментарии
Автор

I have been watching a lot of videos on other channels about printing fibonacci series and all of them really missed the main thing which I was looking for, "Step by Step explanation of The Program Flow after running the program". None of the other channels explained step by step program flow as you explained and it cleared all my doubts just by watching this video at once, so thanks a lot for your videos. I have subscribed to your channel and I'll check the other videos of your channel too to clear my C language. I'm facing problems in developing logic for the programs to solve them and the step by step instructions for program flow helps me a lot in clearing the logic. Although declaration of variable C was missed in the video but that is not an issue, the main thing is the concept, which is cleared in this video very smartly. Thanks again!

AshutoshKushwahaMusician
Автор

Sir your way of teaching is excellent iam happy with your videos IAM learning so many concepts from your teaching thank you so much sir🙏🙏🙏

yanjarappak
Автор

sir u haven't declared c in the program...

panduranga.l
Автор

sir I wrote what ever you wrote on the board but it is showing different answer like upto 34 for n=10
pause this video at 09:01 min.
there is the mistake I think, it is not giving the output as you told here please comment for my comment if I am wrong.

mahaahaadi
Автор

super sir good explanation sir..in this program we need to declare the variable C, since we are using it later in the loop

nanishaik
Автор

If you copy this code in your PC, it doesn't work . please check . its not working as you explained sir

Bostilife
Автор

Thank you sir very clear explanation. Easy to understand

priyak
Автор

Sir ur explanation method is very nice....plz make all vedio on c plus plus

Califordtune
Автор

thank you for your this video.. i am first year college by the course of computer science

gleenlaag
Автор

What about c, c is undeclared identifire

atiqtonmoy
Автор

sir, you have not declared c variable as a global variable i.e int i, n, a=0, b=1, c;
rest is good.

rohithsharma
Автор

sir you didnt declare the c input variable

AmarnathTECCSE
Автор

sir u haven't declared c in program

abhinavreddy
Автор

Sir!! Here do we use for loop as a counter??
Kindly reply me sir
By the way your explanation was awesome 👍👍

Monica-cqhr
Автор

Sir u r explanation is amazing...can u pls upload a video on finding the Fibonacci numbers at a given position

rutujadevkar
Автор

Sir, I think u forgot to declare varible c

akshaysajeev
Автор

sir, you look like mark ruffalo from hulk btw nice explanation thank you sir!!

subhodeepsingh
Автор

gud mrng sir
if i used for loop for this program, i got only 001 as output instead of 01123

ananthreddy
Автор

Why sir taking the value of a, b together in the printf section?

abhijitsadhu
Автор

Sir your explanation was awesome sir upload a video on computing sum of geometric progression

rahulalle