Aapne is series ke kitne videos dekhe? Is video mei maine aapko recursions ke baare mei bataya. Ek baat batana chahunga ki recursions hamesha achhe nahi hote hain. Aisa isliye kyunki ho sakta hai ki recursions ki madad se kisi problem ko solve karte waqt aap ek hi function call ko multiple time call karein. Example hai fibonacci series jaha aapko recursions se solve karne mei zyada time lagta hai aur for loop se kaam aasani se ho jaata hai. Mai is baare mei detail mei aage cover karunga. Keep coding, keep loving and keep watching this series!
Major life lesson from this video: career ka soch k dimaag kharab mat karo... avi k liye C seekh lo... Needed to hear this so badly.... Thank you Harry bhai..
I was having little problems regarding recursions but after watching your videos my problem gets resolved. You gave me a practical and best understanding of this topic over this whole you tube platform. THANK YOU.
I tried to learn from books, watched many tutorials but I was stucked. After watching #CodeWithHarry I got all the knowledge regarding programming in just a short period and feeling too confident. Thank u Harry Sir. After watching C, I will finish all the other tutorials of u. Sir, Thanks for making the base easy. Now I can understand the bookish language. ❤️🙂 Sir, the positive thing is that when u explain in Hindi it becomes so flexible, because Hindi me bhot jldi or jada der k liye explanation clear rhta h. Waise bhi English me baat bhot bounded si ho jti h.
Harry, aaj tak comments nahi ki thi par aaj kar raha hoon. Masala dosa vala example diya ! Dekhake Bhook bhi lagi aur topic bhi sikh gaya . And sikhate wakt joke acche karte ho bhai. Wo managers ka example awesome tha.. 😂 Kya bolu. Ye course beginning and repeated logonko bahot hi achha hain. You are not fast ok ! Course aaram se and bahot hi achhese chal raha hain.. All the best .👍 KEEP it up++; And most imp thing ki bich me JOKES marte rehana, muze to bahot maza aaya. sach kahu to aise course ki price honi chahiye thi, par aap free me padha rahe ho.. THANK YOU SO MUCH.!!👍😇🤗🌟🌟🌟🌟🌟 THANK U ..😇🤗.
Harry bhai emotional Kat diya :) 3rd point of function us moment hogya yarr 🙂 Thank you bro sahi kaha aaj pe dhyan beetain kal par nahi 🙂:) Such a good teacher 🛐
Thanku sir, but if anyone can't understand after watching this directly to go naresh it channel you will be better understand about recursion thanku....
I am a student of class 10th up board and studying 'C' language as my first programming language. Thank you for sharing this tutorial. It helps me a lot!
Initially in this video in didn't understand recursions & iteration but when sir you explained the dosa example that was simple to understand and i never forget ❤️
recursion function of the Fibonacci series #include int fib(int num){ if(num == 0){ return 0; } else if(num == 1){ return 1; } else{ return (num = (num-1) + (num -2)); }} int main() { int i; printf("enter the value "); scanf("%d",&i); printf("the Fibonacci series is as follows: "); for(int j=0;j
Thank you very much, sir, I am in 1st year and want to learn languages, and hacking, your videos are the only source of my knowledge. once again thank you very much.!!!!!!!!!
harry bhai thank you very much for the playlist of c. it is really very interesting . we loved the coding in this playlist. Just a small request from you that if possible plz put some codes or programs for that we can practice or put some more examples in your notes or source code that you give us in description for every tutorial. put some more examples or codes with solutions of every topic . thank you!!
//Thank you Sir❤ I learned alot from you😃 #include int main(int argc, char const *argv[]) { int a,b,c=1; printf("Enter your number: "); scanf("%d",&a); for ( b=2;b
I don't usually comment on someone's video but this guy made me do it, His understanding of prepare(dosa) topic crystal cleared my all doubts ,Love You Big Brother Keep doing it :)
A life lesson with this video thank you harry bhai *aap aaj ka socho kal kya hoga mera kya hoga yeh sab nahi karna just focus on today and build yourself for tomorrow**
Yhi same topic mere cllg mai jab karaya toh mujhe kuch bhi smj nhi aya tha bhot confuse hogya tha ..... But this video really made me crystal clear for this topic ..... Thank you very much Harry bhaiya ❤
Intitive ubderstanding is what every student needs to relate it with real world problem please keep it up examples like this as it becomes intresting when we come to know the real life use of what we are studing
hello sir I am requesting you to please prepare a practice question set according to this course. this will help a lot of students like me to understand programming in a better way
fibonacci series-The Fibonacci series is a sequence of numbers where each number is the sum of the previous two numbers of the sequence. The first two numbers of the Fibonacci series are 0 and 1 and are used to generate the Fibonacci series. The Fibonacci series is given by 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, and so on 123.
guys plz check this programme for factorial calculation and tell me whether it is correct #include int main() { int a = 1; int n; printf("enter a number:"); scanf("%d", &n); for (int i = 1; i < n + 1; i++) { a = a * i; } printf("the factorial is:%d", a); return 0; }
/* Alternative method to find factorial of a number */ #include int factorialOf(int num); int main(void) { int number, factorial; puts("Enter a number : "); scanf("%d", &number); factorial = factorialOf(number); if(factorial != 0) printf("Factorial of inputed number is %d", factorial); } int factorialOf(int num) { int fact = 1; if(num != 0) { for(int i = 1; i
sir u teach like way way better than my college professror and i do beleive u teach the best the method the time frame the examples much love for us sir. thank u for all this
Sir i think the iterative one is more better i tried factorial question in iterative and i just can't figure out that how i got 1 when i entered 0 #include int main(){ int num; printf("Enter your number for factorial:"); scanf("%d",&num); int newn=1; for(num;num>=1;num--){ newn*=num; }
Thank you harry bhaiya. Your course is just amazing. I was not able to understand recursion earlier but due to your intuitive understanding, everything was clear. Thank you so much for everything
Aapne is series ke kitne videos dekhe?
Is video mei maine aapko recursions ke baare mei bataya. Ek baat batana chahunga ki recursions hamesha achhe nahi hote hain. Aisa isliye kyunki ho sakta hai ki recursions ki madad se kisi problem ko solve karte waqt aap ek hi function call ko multiple time call karein. Example hai fibonacci series jaha aapko recursions se solve karne mei zyada time lagta hai aur for loop se kaam aasani se ho jaata hai. Mai is baare mei detail mei aage cover karunga. Keep coding, keep loving and keep watching this series!
Sir agr mai aapki Python ki video dekhta hu m janna chahata hu ki wen search engine kese bnaye plz is toipc pr video banana
sath sath chal raha hu is series k
thanks a lot for such videos on C
Sara
Tqq Sir
Sari videos dheki hai is series ki ab tak ❤️
Major life lesson from this video: career ka soch k dimaag kharab mat karo... avi k liye C seekh lo...
Needed to hear this so badly.... Thank you Harry bhai..
I was having little problems regarding recursions but after watching your videos my problem gets resolved. You gave me a practical and best understanding of this topic over this whole you tube platform. THANK YOU.
THIS QUESTION COMES IN MY EXAM I GOT 15 MARKS BY THIS QUESTION ONLY WHICH HELPED ME TO PASS IN THE EXAM THANK U SO MUCH
Accha thik h smj gya 😂😂
@@ChetnThakre😂🤣
Mera bi paper hi ha😭😭😭
15 benzemaaaaaaaaaaaaa
I tried to learn from books, watched many tutorials but I was stucked. After watching #CodeWithHarry I got all the knowledge regarding programming in just a short period and feeling too confident. Thank u Harry Sir. After watching C, I will finish all the other tutorials of u. Sir, Thanks for making the base easy. Now I can understand the bookish language. ❤️🙂 Sir, the positive thing is that when u explain in Hindi it becomes so flexible, because Hindi me bhot jldi or jada der k liye explanation clear rhta h. Waise bhi English me baat bhot bounded si ho jti h.
dear sir your course is not just health but also tasty (dosa) too so that comes around a complete package thank you sir
😄
Harry, aaj tak comments nahi ki thi par aaj kar raha hoon.
Masala dosa vala example diya ! Dekhake Bhook bhi lagi aur topic bhi sikh gaya . And sikhate wakt joke acche karte ho bhai.
Wo managers ka example awesome tha.. 😂
Kya bolu. Ye course beginning and repeated logonko bahot hi achha hain.
You are not fast ok ! Course aaram se and bahot hi achhese chal raha hain..
All the best .👍
KEEP it up++;
And most imp thing ki bich me JOKES marte rehana, muze to bahot maza aaya.
sach kahu to aise course ki price honi chahiye thi, par aap free me padha rahe ho..
THANK YOU SO MUCH.!!👍😇🤗🌟🌟🌟🌟🌟
THANK U ..😇🤗.
I always ignored recursive functions due to lack of examples in textbooks but bhaiya made it so simple..Thank you ..!!
I respect u alot sir..... Bahut faida mil raha he apke in videos se.... God bless u....
Harry bhai emotional Kat diya :)
3rd point of function us moment hogya yarr 🙂
Thank you bro sahi kaha aaj pe dhyan beetain kal par nahi 🙂:)
Such a good teacher 🛐
Thanku sir, but if anyone can't understand after watching this directly to go naresh it channel you will be better understand about recursion thanku....
Sir your way of teaching is insane 🔥🔥
19:50 that stress on else was just amazing
😂😂
19:23 here on number also😂
int(good)
{
printf("GOOD WAY OF EXPLAINING");
return 0;
}
we like it
int main()
{
cout
I am a student of class 10th up board and studying 'C' language as my first programming language. Thank you for sharing this tutorial. It helps me a lot!
Harry sir this intuitive method of explaining , develops more interest and understanding in C languages , amazing!!😊😊
Initially in this video in didn't understand recursions & iteration but when sir you explained the dosa example that was simple to understand and i never forget ❤️
recursion function of the Fibonacci series
#include
int fib(int num){
if(num == 0){
return 0;
}
else if(num == 1){
return 1;
}
else{
return (num = (num-1) + (num -2));
}}
int main() {
int i;
printf("enter the value
");
scanf("%d",&i);
printf("the Fibonacci series is as follows:
");
for(int j=0;j
That intuitive understanding (of Dosa ) just literally got water in my mouth;)
btw wonderful explanation harry bhaiya, hats off to you!!!
Thank you very much, sir, I am in 1st year and want to learn languages, and hacking, your videos are the only source of my knowledge. once again thank you very much.!!!!!!!!!
Amazing
It is a tough topic
I got it when your code worked
then I worked it out
Nice coaching
harry bhai thank you very much for the playlist of c. it is really very interesting . we loved the coding in this playlist. Just a small request from you that if possible plz put some codes or programs for that we can practice or put some more examples in your notes or source code that you give us in description for every tutorial. put some more examples or codes with solutions of every topic . thank you!!
//Thank you Sir❤ I learned alot from you😃
#include
int main(int argc, char const *argv[])
{
int a,b,c=1;
printf("Enter your number: ");
scanf("%d",&a);
for ( b=2;b
I don't usually comment on someone's video but this guy made me do it, His understanding of prepare(dosa) topic crystal cleared my all doubts ,Love You Big Brother Keep doing it :)
dosa vala example badhiya tha attention khichne ke liye
A life lesson with this video thank you harry bhai *aap aaj ka socho kal kya hoga mera kya hoga yeh sab nahi karna just focus on today and build yourself for tomorrow**
Yhi same topic mere cllg mai jab karaya toh mujhe kuch bhi smj nhi aya tha bhot confuse hogya tha ..... But this video really made me crystal clear for this topic ..... Thank you very much Harry bhaiya ❤
College name
Intitive ubderstanding is what every student needs to relate it with real world problem please keep it up examples like this as it becomes intresting when we come to know the real life use of what we are studing
#include
int factorial(int number)
{
if(number==0||number==1)
{return 1;}
else
{return number*factorial(number-1);}
}
int main(){
int a;
printf("enter the no.");
scanf("%d",&a);
printf("%d",factorial(a));
}
thanks a lot shivani gupta you corrected my problem actually I was writing return factorial(number*(number -1)) thanks a lot for posting this code
an intuitive understanding was really amazing. the concept was all clear.😇🙃
Sir ,just want a heart from u....,please take this ♥️ from my side....enjoying learning from u....
very good explanation
a lot of people learn coding
but very few teach it in so amazing way
Intuitive understanding: masala dosa was programmingly healthy and tasty ...... Thank you bhaiya, for these creative ideas and awesome videos....
2:33 that was funny af😂
Dosa wala bariya example tha Bhaiya.
Thanks Harry Bhaiya
Very intuitive example and great explanation Sir.
Harry Bhai Thanks, pehele eyea factorial Iteratively nhi ho raha tha, paar ab recursive method se easy ho gaya hain.
Very good video about recursion. Thanks!
hello sir
I am requesting you to please prepare a practice question set according to this course. this will help a lot of students like me to understand programming in a better way
fibonacci series-The Fibonacci series is a sequence of numbers where each number is the sum of the previous two numbers of the sequence. The first two numbers of the Fibonacci series are 0 and 1 and are used to generate the Fibonacci series. The Fibonacci series is given by 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, and so on 123.
Bro app best teacher h mai app say milna chahunga u r gr8🤗🤗🤗🤗
Sir mujhe heart nahi diya tha #20 tutorial ma mana solve vi kiya tha
De diya bhai abhi! :)
Childish behavior
😁😜
@@CodeWithHarry 🤗❤️
@@redricblue8790 bhai.. bacche bhi padhte hai harry bhai se
your masala dosa example is best for recursive function this is good way i understood thanku harry brother
9:03 op op...we need more of such
Wah! Bhai
Boht bdia example tha❤️❤️
Sahi hai bhai. Bohat acha explain kiya hai
Can't believe i am going to learn complete c in 56 more days ❤️❤️🙇🙇
Loved your videos so much the way you explain each and everything is marvellous
*Pehle Maine Masala Dosa Khaya...Aur Phirr Implementation Complete Kiyaa...Dono Mee Bhii Mjaa Aayaa...*
Harryispresent=1;
If(Harryispresent==0){
printf("Difficult to understand");
}
guys plz check this programme for factorial calculation and tell me whether it is correct
#include
int main()
{
int a = 1;
int n;
printf("enter a number:");
scanf("%d", &n);
for (int i = 1; i < n + 1; i++)
{
a = a * i;
}
printf("the factorial is:%d", a);
return 0;
}
Good bro😊
Sir the dosa example is the best example in the life. I never forget this example
aswwm just loving it
awesome likhana Sikh le phele beta
MASALA DOSA WAS GREAT😍😍
aaj ja k recursion smjh me aaya 😁 thank you harry bhiyya.
i have watched all 20 tutorials continuously
I m in love with ur teaching skills
Harry sir I can't get in c language vedio but in this vedio I. Get it. Thank. For making . The vedio
Love from uttarakhand ❤️❤️
the masala dosa is excellent harry Bhai not in taste but in understanding aisa ki gadha bhi samajh Jaye
Bhai masala dosa recipe understanding bhahut mast thi
than u very much sir you teaching all time and without money
Thank you sir for such a nice explanation of functions 🤗
Loved your intuitive teaching😍
masala dosa example is very good... This is best channel to learn languages... Thanks bro for this help... God Bless You...
Thank you sir so much help full for beginners 😊
Harry bhaiya ... aaj se dosa favourite bana diya aapne sabka 😂
Thanku sir for this amazing course 😊
😊😊
Intuitive understanding is best ❤❤
Sir plzz...make playlist of data structure
Harry bhai pls make a pdf for all notes
I love all of your videos
Kya sanmjate ho sir aap ekdum samaj me aagya
/* Alternative method to find factorial of a number */
#include
int factorialOf(int num);
int main(void)
{
int number, factorial;
puts("Enter a number : ");
scanf("%d", &number);
factorial = factorialOf(number);
if(factorial != 0)
printf("Factorial of inputed number is %d", factorial);
}
int factorialOf(int num)
{
int fact = 1;
if(num != 0)
{
for(int i = 1; i
recursion se solve kr
Hi sir iam just join this course amazing understand c language thank you sir ☺️
Lots of love from pune best teacher I have seen in my life 🔥🔥🔥🔥🔥🔥
mast bhai mujhe samjh mai agya ab mtlb agar dosa ko banana hai to usko banane liye incredients hai wo hai na bhai
Want intuitive like explanation in every video 🙂😌🔥
Teaching is perfect ❤
#include
int factorial(int number)
{
if(number == 1 || number == 0)
{
return 1;
}
else
{
return(number * factorial(number - 1));
}
}
int main()
{
int num;
printf("Enter the number you want the factorial of:
");
scanf("%d",&num);
printf("The factorial of %d is: %d
",num, factorial(num));
return 0;
}
Padhte samay to Masala dosa dekh ke muh me pani agaya Harry bhai.. :D
Bro that masala dosa example was the best❤
sir aiese intuitive examples bahut badhiya samajh aate hai
aiese hi intuitive examples aur layiyega
Masala dosa example is wonderful sir 👌👍👏🌟
Super se bhi uper bhai . Love you from Nepal
nice harry sir dosa's example it was amezing
sir u teach like way way better than my college professror and i do beleive u teach the best the method the time frame the examples much love for us sir. thank u for all this
wo recursive implementation ka masala dosa se explanation bohoto accha tha
Very nice example of intuitive understanding .Interested to learn bussiness intelligence from you .waiting
Ahh! 15 marks confirmed on recursion. Sir hamare colg me ajao padane msvr colg at nadargul.
Or wo apki masala dosa ka example Las tha...really it's undestandable
Bhai muh me paani aa gya😋😋😋😋
One of the best tutorials 👌🏻👌🏻👌🏻👌🏻
Dosa part was insane😍
Law light
Sir i think the iterative one is more better
i tried factorial question in iterative
and i just can't figure out that how i got 1 when i entered 0
#include
int main(){
int num;
printf("Enter your number for factorial:");
scanf("%d",&num);
int newn=1;
for(num;num>=1;num--){
newn*=num;
}
printf("%d",newn);
}
Bro Your Intutive understanding is just awesome bro, pura concept clear ho gaya!! Thanks a lot bro!!!
Harry bhai super, especially your intuitive example, good keep it up
harry bhai diet pe tha aur aapne masala dosa ka example de diya😋😋
BTW video was nice
Thank you harry bhaiya. Your course is just amazing. I was not able to understand recursion earlier but due to your intuitive understanding, everything was clear. Thank you so much for everything
sir aap ka explanation super se bhi uper h 🔥🔥🔥
Love Bro!OP!
Thank you🙏🙏🙏 harry bhai....