Update : Next lecture coming tomorrow (Sunday). Day 5: Lecture 5🔥 Hope you all are able to cope up with the pace. Next lecture of DSA Series coming on 8th September.
00:00 Introduction 00:26 What are Functions? 16:16 Parameters & Arguments 12:40 Practice Qs1 14:30 Practice Qs2 17:04 Functions in Memory 26:37 Pass by Value 33:13 Practice Qs3 39:55 Practice Qs4 44:59 Summary & Homework
DSA series Day-5 completed I hope I will maintain this consistency with shraddha maam .Thankyou so much mam for this series and also thanks to Aman sir who behinde all of that❤🎉
Time Stamps : 00:00 Introduction 00:26 What are Functions? 16:16 Parameters & Arguments 12:40 Practice Qs1 14:30 Practice Qs2 17:04 Functions in Memory 26:37 Pass by Value 33:13 Practice Qs3 39:55 Practice Qs4 44:59 Summary & Homework Thank u maam❤❤
Thank you so much, Shradha Ma'am, for this amazing lecture on functions! 🙏 Main aapka DSA series follow kar raha hoon, but main GoLang use kar raha hoon instead of C++. Aapki explanation itni clear hai ki mujhe dusre language mein bhi implement karne mein maza aa raha hai. Looking forward to learning more! 🚀
Thank u so much U are doing a very great job by starting this series and i am following this since starting, I mean from past 5 days. we really want this series to be continued up to end until u complete the teaching of full concepts. I request u to ples dont stop this series at the middle at any cause it may be views issues or anything. ALL THE BEST EVERYONE HERE.😍
I was about to start DSA course on another youtube channel but after that I didn't catch anything there .Then ,I watched shraddha mam's first video that informed me about this DSA series . This is the mercy of Lord sri Krsihna that I found this wonderful series of DSA .I know that this series is gonna to be the best DSA series ever. Thankyou a lot for this effort!. Hare krishna.
@@suparnaghoshroy8294 To be honest c++ is not that hard You start this series from the beginning Once you have learned c++ or c then you can switch to any language within a week Because c++ or c build your knowledge about programming languages from ground 0
Completed first year zero knowledge gain from my college faculty and today I understand the logic of main function used in source code for memory of stack frame
simply amazing. Haven't found any other teacher who explains concepts so flawlessly. I don't even feel that I am studying. After a long time, I am excited to learn coding and await for new lecture to be published. 🙏🏽 Hopefully, advanced topics are also of same quality. Thank you!🙏🏽
Lec 5 completed 🔥 Solution Code of Nth Fibonacci Term : #include using namespace std; int fibonacciNthTerm(int n) { if(n==1) return 0; // 1st term is 0 if(n==2) return 1; // 2nd term is 1 int ft = 0; // ft = firstNumber int st = 1; // st = secondNumber int nt; // nt = nextNumber for (int i = 3; i n; cout
I will be switching to Python classes since I need to learn skills more quickly for work. Will continue with c++ after I am a little bit stable. Thanks for the lecture. See you in python class.
Absolutely loving the new DSA with C++ series on Apna College! Your teaching style makes complex topics feel so easy to grasp. Can't wait for the next upload! You guys are taking coding education to the next level-keep up the amazing work! 💻🔥 #CodingMadeSimple #ApnaCollege We can't gratitude our feelings didi ❤❤❤
Thank you so much didi for this lecture you the best and also my inspiration really bhot acha lgta h apki videos and bhot help karte h I complete my lecture 1 ✔ lecture 2 ✔ lecture 3 ✔ lecture 4❌ lecture 5✔ kl lecture 5 dekh lunge lecture 6 ke ane se phele muje patterns thora lagta h difficult isley last karna ka socha
Mam I am from Pakistan and I want to know that would we be able to learn complete C++ language in this DSA course as you taught other programming languages completely in one shot or in other playlists. I know python, html, and css learnt from your lectures and are really helpfull. Thanks to you for your such hardwork just for us without any cost. May God bless you with more success and happiness.
Guys it took me so much time understanding the pass by value I spend almost 4 hours even after watching this video you can just run this code to understand it: Pass value it simple it means that int num is sending just a copy of itself toward the funtions "value" and the x = 20; is just changing the copy of that and it changes it from num = 10 to num = 20 but it will only happend inside the function body it has no effect inside the main the value of num remains 10 only the copy is changed. void Value(int x) { // 'x' is a copy of the argument passed
Update : Next lecture coming tomorrow (Sunday).
Day 5: Lecture 5🔥
Hope you all are able to cope up with the pace.
Next lecture of DSA Series coming on 8th September.
Thank you didi, you're a life saver ❤❤
we understand but try to upload on daily basis plz, we can't wait
Can you provide the homework questions sheet.
@@SoulfulSelf-Care-Haseeb Great energy, this will be the fastest DSA series on TH-cam to be completed in time with 150-180 detailed lectures.
Please homework zyada diyan karen yaa to phir koi notes bana dein detailed waley
00:00 Introduction
00:26 What are Functions?
16:16 Parameters & Arguments
12:40 Practice Qs1
14:30 Practice Qs2
17:04 Functions in Memory
26:37 Pass by Value
33:13 Practice Qs3
39:55 Practice Qs4
44:59 Summary & Homework
DSA series Day-5 completed I hope I will maintain this consistency with shraddha maam .Thankyou so much mam for this series and also thanks to Aman sir who behinde all of that❤🎉
both are best
theres nothing like consistency do what you can do in your day dont care about your tommorrow its not in your hands dear
Attendance -------->
Roll no 20
Present 😊
Roll no 42
Present 👋🏻
@@Myaloneworldd 😊
@@crazygamerz8395 😊
Present
Time Stamps :
00:00 Introduction
00:26 What are Functions?
16:16 Parameters & Arguments
12:40 Practice Qs1
14:30 Practice Qs2
17:04 Functions in Memory
26:37 Pass by Value
33:13 Practice Qs3
39:55 Practice Qs4
44:59 Summary & Homework
Thank u maam❤❤
Pass by reference kaha h
Thank you so much, Shradha Ma'am, for this amazing lecture on functions! 🙏 Main aapka DSA series follow kar raha hoon, but main GoLang use kar raha hoon instead of C++. Aapki explanation itni clear hai ki mujhe dusre language mein bhi implement karne mein maza aa raha hai. Looking forward to learning more! 🚀
Thank u so much
U are doing a very great job by starting this series and i am following this since starting, I mean from past 5 days. we really want this series to be continued up to end until u complete the teaching of full concepts. I request u to ples dont stop this series at the middle at any cause it may be views issues or anything.
ALL THE BEST EVERYONE HERE.😍
yes plz
Mam im regularly following your lectures please dont stop uploading untel unless dsa is been completed . Totally dependent on you mam❤
me too plz mam ap bich m mat rokna
• C++
• DSA Series
• Day = 5
• Attendance...!!
yes complete
Notes kidhar milega?
@@fati.11 video ko dekh apne ap banana h
I was about to start DSA course on another youtube channel but after that I didn't catch anything there .Then ,I watched shraddha mam's first video that informed me about this
DSA series . This is the mercy of Lord sri Krsihna that I found this wonderful series of DSA .I know that this series is gonna to be the best DSA series ever. Thankyou a lot for this effort!.
Hare krishna.
I don't like c++ so difficult. I wish she used python in this series and because of c++ I can not watch this series
@@suparnaghoshroy8294 To be honest c++ is not that hard
You start this series from the beginning
Once you have learned c++ or c then you can switch to any language within a week
Because c++ or c build your knowledge about programming languages from ground 0
Radhe Radhe Hare Krishna
Completed first year zero knowledge gain from my college faculty and today I understand the logic of main function used in source code for memory of stack frame
Really learnt a lot from this lecture.....Thanks Mam for clearing my doubts.... ❤
Lecturer 5 Day 5 Completed [ 9 September 2024 ]Successfully Thankyou Sharadha Mam ❤ Lots of love 🎉
simply amazing. Haven't found any other teacher who explains concepts so flawlessly. I don't even feel that I am studying. After a long time, I am excited to learn coding and await for new lecture to be published. 🙏🏽 Hopefully, advanced topics are also of same quality. Thank you!🙏🏽
Lec 5 completed 🔥
Solution Code of Nth Fibonacci Term :
#include
using namespace std;
int fibonacciNthTerm(int n) {
if(n==1) return 0; // 1st term is 0
if(n==2) return 1; // 2nd term is 1
int ft = 0; // ft = firstNumber
int st = 1; // st = secondNumber
int nt; // nt = nextNumber
for (int i = 3; i n;
cout
Ma'am, I have completed today's work and lecture. Thank you very much. You are teaching method is Amazing.
Attendance roll no wise ,.........roll no
Int I=1;
//present 😅
cout
DSA Series Day - 5 completed. We are fortunate that we have teacher like shradha didi Thankyou didi for this series ❤❤
East and West
Shradha mam is best ❣️
Lecture 5 completed
Thank You 😍😍😍😍😍
L-5 DONE 🚀
completed..Thankyou so much ma'am🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰
thank you mam
respect for mam 💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯
I learnd first time how to calculate combinations even after know how to calculate factorials .. Thank so mauch...❤
I am so lucky U re my teacher and i really want to thankyou mam
same i feel so proud
mam your teaching style so so good 💚💚💚
Love You Mam❤ Keep Teaching
I have completed this lecture successfully hope I would continue the rhythm
Day 5
We have completed one more chunks of our DSA..
Thanks a lots.
My function concept is clear think you ma'am
45:00 day 5 completed 👌💯
49.12
"Your teaching method is great. I'm watching from Pakistan." 😊👍
First viewer from CLASS 12
Bhai board की तैयारी भी karo
12th
@@Arttznooz mai bhi vahi bolne wala tha
@@vishalgavali476h
Day - 5 Completed of DSA learning Journey ✌️
Anybody BCA Students Here ??
Yes i am
Y̤e̤s̤ I̤ a̤m̤ a̤l̤s̤o̤
me also..
Yes l am
Koi 3rd year ka h kya,yha
Day-5 done along with switch statement ✅
Lecture 5 completed successfully 😍( Consistency is everything )
Attendance done......👍👍👍👍
Lec 5 completed💯!!
Lecture -5 completed ✔️(15/09/24) #thanku #shradhha mam #apna college ☺️
Bohot accha laga lecture bohot kuch explore karne mila and bohot kuch acche se seekhne mila and samaz mai aya !
I will be switching to Python classes since I need to learn skills more quickly for work. Will continue with c++ after I am a little bit stable. Thanks for the lecture. See you in python class.
Consistency is just superb ❤
Absolutely loving the new DSA with C++ series on Apna College! Your teaching style makes complex topics feel so easy to grasp. Can't wait for the next upload! You guys are taking coding education to the next level-keep up the amazing work! 💻🔥 #CodingMadeSimple #ApnaCollege
We can't gratitude our feelings didi ❤❤❤
i have finished this lecture completely
A very thnks to you....❤❤❤ To share your knowledge with us. 😊
Day 5 complete 🎉
I hope this energy goes throughout the course
15/01/25
Lecture-5 ✅✅✅
Functions make the work easier ..
Successfully completed ✅ Day 05 DSA class, thank you shradha ma'm for your valuable lectures to us😊😊
Nice teaching style 👏🏻🎉❤
day 5 : completed
thanku so much❤
Misss complete 💯 this lecture it was very helpful....❤
First DSA Playlist from Apna Colloge in Whole TH-cam💕🫶
Salute for the video editor who is watching all videos and editing cuts...
Thank you di for this awesome series......
We are glad to get a consistent teacher aa you...
Thank u so much🥰🥰🙏🙏
Thankew Shradha madam from the bottom of my heart, Today you told me the Function of my life!!!
you make me understand very easily the concept of function
I completed the lecture 5 on 24/12/2024.
I learnt too much new things.
Thank you so much ma'am
I have completed my 5th lecture on 6/1/25
I shall Stay consistent
thank you mam
🎉🎉🎉🎉completed lecture 5
didi thank you so so much, i am feeling so confident now after I am able to do all the problems.
I am trying to watch your all 853 Videos you're good teacher ❤
Thank you didi 🙏🎊
function and procedure has differences
input (optional) --> func --> output (mandatory)
input (optional), output pointer (optional) --> proc --> output (no output)
such a nice video 🤗
lect -05 completed
fav :- function in memory, pass by value
Thank you so much didi for this lecture
you the best and also my inspiration
really bhot acha lgta h apki videos and bhot help karte h
I complete my
lecture 1 ✔
lecture 2 ✔
lecture 3 ✔
lecture 4❌
lecture 5✔
kl lecture 5 dekh lunge lecture 6 ke ane se phele
muje patterns thora lagta h difficult isley last karna ka socha
I am complete lecture 5 time 11:59pm
thank you shraddha didi ❤❤❤❤❤❤
Thanks ✨ Done✨Completed✨
Hello Didi, 👋 lecture 4 was successfully completed. so i am very excited for next .
thank you so much didi
Thanks mama ❤❤❤❤❤❤❤❤❤❤❤❤
I ATTEND this lacture and thank you shraddha ma'am
thank you🐌🐌
Mam I am from Pakistan and I want to know that would we be able to learn complete C++ language in this DSA course as you taught other programming languages completely in one shot or in other playlists. I know python, html, and css learnt from your lectures and are really helpfull.
Thanks to you for your such hardwork just for us without any cost.
May God bless you with more success and happiness.
prints both x, changeX functions prints it's x, and the main function prints it's x means, x = 5 and x = 10 in second line
Class 5 ✅✅ complete.
Thankyou mam...
My question is message print by using the functions calling to functions additional
Thank you ma'am ❤❤❤
Thankyou ❤❤❤
Thank you mam for giving us this DSA series🥰
PRESENT Mam 🙏🙏
Completed ✔️✔️
Guys it took me so much time understanding the pass by value I spend almost 4 hours even after watching this video you can just run this code to understand it:
Pass value it simple it means that int num is sending just a copy of itself toward the funtions "value" and the x = 20; is just changing the copy of that and it changes it from num = 10 to num = 20 but it will only happend inside the function body it has no effect inside the main the value of num remains 10 only the copy is changed.
void Value(int x) { // 'x' is a copy of the argument passed
cout
😅🥵
Thank you mam ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ you given for opportunities learning DSA
completed on 11/01/25 # 4th day of learning dsa , also completed the home work question
Completed successfully didi ❤
Thankyou shradha didi💗
Lecture 5 completed along with practice questions.
day 5 completed thanks shraddha didi
Lecture 5 Completed ✅
Lecture 5 completed 11/09/24,
watch 1 lecture daily keep the consistency.
Completed ✅
First of all Thanks for DSA ,I'm glad to here !!!!!
same
Lecture no 5 ✅️ done
❞❝ मम समयं वृथा कर्तुं न रोचते। अहम् केवलं तान् एव इच्छामि ये व्यवसायिकाः सन्ति, स्वकार्ये तथा लक्ष्यम् प्रति समर्पिताः सन्ति। ❞❝ ⚡1%∞. . .
Day 5 - Completed ✅
How can I say a fav part because complete lecture is my favorite 😊
Day - 5 Completed✅✅
Thanks Didi❤❤❤
I completed this lecture at 2 :51am on 7th of sept thank you mam for your wonderful teaching