very nice explanation, before this time, i could never understand the termination of recursive function, how and when it is terminated, big thanks sirrr, you made my concept clear
Sir Jo b return value hoti mtlb pahla 5 hui phir 4 hui ...end pa 1 and then if wali 1 value return hui Ya sab multiply hoti hn? Mtlb agr ak function 1+ values return krta ha to jahan function call hua ha dono values multiply ho jati hn?
Hello Arav, aisa kuch nahi hai ki developer kaunsa mostly use karte hai. It's depends upon the situation or requirement of the program. Waise recursive function use hota nahi hai.
I tried to use display($number++) instead of display($number+1) and my tab got crushed due to loading. And I don't understand whats the deal with it. can you please explain.
Sir, There is one UPDATE, in the Line number '6' if we use display($number++); it is not giving the desired OUTPUT, Hence we must have to use only display($number+1);
Yes PHP is similar to C language but in logically way. Their syntax are different. Here I want to clear that PHP is used in Web Development and to get any value from user we uses HTML Forms which I taught in later videos in detail. th-cam.com/video/fTs3deU7n10/w-d-xo.html
@@YahooBaba your video lecture are very good and you also explain even small topic (in Hindi), your reply service of comment are satisfiable and fast so thank you.
one of the most easiest explanation of recursive function.. thank you sir
You are most welcome
PHP learning is excellent, i m fresher in this field, but now i can understand php
The way you teach is too efficient and satisfactory ❤
Thanks and welcome :)
very nice explanation, before this time, i could never understand the termination of recursive function, how and when it is terminated, big thanks sirrr, you made my concept clear
Glad to hear that
100% accurate explanation.
Thank you sir ❤
Your welcome umer :)
your way of PHP learning is excellent, i m fresher in this field, but now i can understand php after your session ,thank u so much
You are most welcome
you teach very well dear baba but also do some projects with these videos to revise the syllabus and for better understanding
I already taught 3 projects in PHP course. Please the further videos.
I am your fan sir....your the best❣️❣️
Thanks and welcome :)
tum kha se ho
Thanks for every single video.❤️
You are so welcome!
Very good explaination...😊...
Thanks a lot 😊
Sir thaku so much sir love from nepal
your knowledge is too informative for us go ahead ....
Many many thanks
nice one sir
thanku so much sirji #babaji
Very nice explanation,
Thanks and welcome
Thanks, sir...
Thanks sir 😇😇😇😇
Most welcome
@@YahooBaba sir I want to know about your premium subscription...
Nice
Sir Jo b return value hoti mtlb pahla 5 hui phir 4 hui ...end pa 1 and then if wali 1 value return hui
Ya sab multiply hoti hn?
Mtlb agr ak function 1+ values return krta ha to jahan function call hua ha dono values multiply ho jati hn?
Yes u r right.
Great e
very nice videoo
Thanks
Awesome
Thanks :)
Hello sir... You say that we use increment operater but If I use display($number++) instead of display($number+1) it's not working.
Nimisha $number++ is equal to $number = $number + 1;
yes sir but here is my code and it's not working..please can you check what is the problem
@@YahooBaba
Sir tel me one thing that which type of function developer mostly use in programming....
Hello Arav, aisa kuch nahi hai ki developer kaunsa mostly use karte hai. It's depends upon the situation or requirement of the program. Waise recursive function use hota nahi hai.
@@YahooBaba Thanks for Guinness and Excellent work.
Sir PHP OOP k liya ek alug playlist banana?
Yes sure
@@YahooBaba Thank you Sir,
Basic, advance,oop etc sub k sub alug Kar dan 😉
❤
I tried to use display($number++) instead of display($number+1) and my tab got crushed due to loading. And I don't understand whats the deal with it.
can you please explain.
I faced same problem. I got 1 infinite times
Try to use ++$number
Sir ye php programs ka real life exp bhi banaona means koi. Project type . Usse ham real exp bhi ho jayega
Project already banaya hua hai PHP playlist mein.
Sir php playlist me konsa lecture???
This this the playlist : th-cam.com/play/PL0b6OzIxLPbzXPdt9pKeQXm6NoPA9MdKW.html
Sir thanks u
Sir one mori question. Please me your mail id..
Factorial kisi loop se nahi ho sakta kya?
Ho sakta hai kisi bhi loop se.
Please make a video like php mvc...??
coming soon
I tried display(number++) instead of (number + 1);
but its gives nothing why
is number++ will not work here ?
Show me your code.
@@YahooBaba
@@gamingcontroller You have a space after the function name. Maybe that is the reason it is throwing an error.
Sir n==0 ya n=0 dono mein se if mein konsa ayega ?
N==0
bhai == tab ata hai jab ham 2 value compare krte hai and single = tab ata h jab ham value dusare ko assign krte hai
factorial function
Please start mysql with prepare stmnt + relational database tables joins practical
coming soon
Sir, There is one UPDATE, in the Line number '6' if we use display($number++); it is not giving the desired OUTPUT, Hence we must have to use only display($number+1);
I don't think that it is the right way to check three variable. You can use this
if($z > $y && $y > $x){
echo 'true';
}else{
echo 'false';
}
Php is very similar to c language so there is any function like scanf in php
Yes PHP is similar to C language but in logically way. Their syntax are different. Here I want to clear that PHP is used in Web Development and to get any value from user we uses HTML Forms which I taught in later videos in detail.
th-cam.com/video/fTs3deU7n10/w-d-xo.html
@@YahooBaba your video lecture are very good and you also explain even small topic (in Hindi), your reply service of comment are satisfiable and fast so thank you.
Yahoo bhai kam se kam video no. To likh diya kro kahi pata hi nhi chalta konsi video no. Chal rhi he
Dear Har video ke thumbnail par lower left corner mein video no. diya hua hai.
sir ji inka use kha hota h
Normally inka use nahi hota hai. Waise khi developers inka use complicated algorithm mein karte hai.