Thankx satish its feel nice by reading this type of comment ..for full lecture on C C++ CG OS DS UGC NET click on ch playnnel name i. e. zeenat hasan and watch playlist
Mam एक वीडियो बनाइए c के छोटे छोटे प्रोग्राम के output पूछता है objective questions me ,and explain detail के ये output कैसे आएगा,10 or 20 questions ki एक video बनाकर 200 questions Kara दीजिए
Mam will you tell me Return(f) where it returns and what it returns ..and here 5 times recursion is taking place then where we will store 5 , 4 , 3 , 2 and 1 values .. Plz explain it
Respected mam can you help me Q.Implement the two algorithms on recursion and non recursion. Find the execution time of each algorithm for input in the range 1-50 (both inclusive), and draw a chart of it. I shall be verythankfull
If you are using return in program then how you are using void....main can't any value if main is void.. Otherwise, Explanation is so simple and easy to understand. thanks alot
Mam is program ke output Kya aayege pls tell sir Void swap(int,int); Main() { Int x=20; Int y=10; Swap(x,y); Printf("%d,%d",y,x+2); } Void swap (intx, inty) { Int temp; Temp=x; X=y; Y=temp; }
C Progamming Full Course Playlist th-cam.com/play/PLUhebcqFf6aFm5SzSyI4X4a6l2nfvv6q8.html
मैम आपका समझाने का तरीका बहुत ही बेहतरीन है
Golden video in topic recursion in all over the TH-cam !!!♥️♥️♥️♥️♥️♥️♥️
Teaching style, method & explanations are Excellent in your all videos. Thank you mam.
Welcome
Soch raha tha pass nahi kar paunga . Ab lagta achey number aa jayenge.. Thnx maam.. :)
Mam aapke padhaane k tarike se lagta hai ki c Language jaise aapne hi invent ki ho thanks mam👌👌👌👌👌👌👌👌👌👌👌👌
Overwhelmed by ur comment,,,,
thank you very well explained
Woow mam woow respected mam your teaching way is very nice. I have no words for your praising. But i can say God bless you mam.
Thankx satish its feel nice by reading this type of comment ..for full lecture on C C++ CG OS DS UGC NET click on ch playnnel name i. e. zeenat hasan and watch playlist
Thankyou so much ma'am apki video's bahut hi jyada achhi hain saari...aap bahut achhe se explain karti hain...☺️
Thanku so much mam very helpful video mam👍👍👍👍👍👍
Welcome
Waaoo mam I really understand properly
Thanks
Nice mam super, which you have teaching is so nice , super , thank you mam
welcome and thanks for nice words....go to playlist of C in my channel for more videos
OK mam & your videos very helpful to me by learn SQL
thanks....please share these videos
thanks mam for this vedio. i can easily understand recursion by your simple steps
Awesome understanding method,mam
Good evening madam,aapne bahut acha explain kia hai from depth...
GM
Thnk u mam apka jo solving ka process he oooo bahut easy he
welcome ..click on channel name and watch playlist for more ....share my channel with ur friends
Bahut acha samjhaya madam aapne💯💯
Nice method of teaching
Bhaut aacha explain kiya gaya hai😊
thanks....for watching all videos go to play list of C programming of my channel
Explanation is very good.
thanks....for watching all videos go to play list of C programming of my channel
Ji mam bahut ache s smj aa gya
thank you so much you did Great job
Thank you mam,doubt cleared..
Mam saluteee to uuuuuu ....hatsss offff to uuuuuu mammmmmmmmm
thanx.. for complete lecture on C++ DS CG UGC NET and OS and C click on my channel name and watch playlist
Awesome explanation,
Nice video
thanks...please like and share these videos
Mam एक वीडियो बनाइए c के छोटे छोटे प्रोग्राम के output पूछता है objective questions me ,and explain detail के ये output कैसे आएगा,10 or 20 questions ki एक video बनाकर 200 questions Kara दीजिए
Mam will you tell me Return(f) where it returns and what it returns ..and here 5 times recursion is taking place then where we will store 5 , 4 , 3 , 2 and 1 values ..
Plz explain it
All videos are good maam..
your teaching style is superb mam....thank u so much.
for complete tutorial on DS OS C C++ CG click on channel name and watch playlist
Assalamualaikum madam aap ka explain Kiya hua achhe se samjhta hai
Walekumsalam..plz like and share my videos... Best of Luck
Thankyou very much mam😃🤗
thank u mam .it was very helpfull for me....
best explanation on youtube
thanx and welcome..please do like and share my videos
Thank you ma'am. Please make a vedio on Euler method for ordinary differential equations
Excellent mam
Thanks mam , your video is very helpful for me😊😊,god bless you 🤗
Tq mam .. tq for your nice explanation..
welcome ... bane rahe mere channel ke sath u will learn a lot ..Best of luck
Perfect explain! Just to confirm, what if I send 0 as a number?
Thanks u mam u r great teacher 😊😊
Welcome..for more videos on C C++ DS OS CG go to playlist of my channel...by clicking on channel name
Superbbbb Mam 😊😍😘
For complete tutorial of C DS CG OS UGC NET C++ click on channel name I.e zeenat hasan and watch playlist
Mam program ke liye logic kaise banaye
watch my video ..How to write program in C by zeenat hasan
Great teaching Mam
welcome for more videos on C goto playlist of my channel
Aur function aur recursion function me Kiya different hai
Yess mam I ws done perfectly all theory N program😊 thank u sooo much
Welcome
Incase of return(1); can i write return (x);
Mam jab aap apna video banate hai to voice cleaning kaise aata hai
Mam aaj hi paper ne aaya tha ye point
I hope u have done well in ur exam..best of luck
😄nice explanation
Respected mam can you help me Q.Implement the two algorithms on recursion and non recursion. Find the execution time of each algorithm for input in the range 1-50 (both inclusive), and draw a chart of it.
I shall be verythankfull
If you are using return in program then how you are using void....main can't any value if main is void..
Otherwise, Explanation is so simple and easy to understand.
thanks alot
isme main m return nhi kraya balki fact m kraya hai aur uska return type diya fact m
Nice
good explain
Thanku so much mam
welcome...like and share this video
Maim program mei value return kyon karayii jati hai
function call ke baad ans ke liye
for complete tutorial on CG,OS DS C C++ watch playlist of my channel by a click on my channel name
Mam is program ke output Kya aayege pls tell sir
Void swap(int,int);
Main()
{
Int x=20;
Int y=10;
Swap(x,y);
Printf("%d,%d",y,x+2);
}
Void swap (intx, inty)
{
Int temp;
Temp=x;
X=y;
Y=temp;
}
it is call by value so x y remain same in main output will be 10 in y and 22 in x
I think you should have to put a return statement.
return (x, y) ;
Plz provide me Link of all videos
th-cam.com/play/PLUhebcqFf6aFm5SzSyI4X4a6l2nfvv6q8.html
Ma'am fact kya hai program me jo app likkke hai int fact(int); issme fact kya hai ma'am
Factorial ka short form hai fact ,fact name ka function banaya hwa h
Excllent mam
Tq mam
mam app jo program karvati hai jadatar programs ki output nahi aati
welcome...for more videos on C DS OS CG Cpp UGC NET watch playlist of my channel
mam isme x to declare he nhi hua
Mam run nahi ho raha hai program
what type of error its telling
@@ZeenatHasanAcademy 1st warning unreachable code.
2nd warning fun.should return a value
Best
For complete tutorial on CG C C++ DS OS UGC NET click on channel name. zeenat hasan and watch playlist..
nyc
welcome and thanx for words..for more videos on c cpp cg os DS plz watch playlist of my channel
❤❤❤❤❤
Mam make clear video
love from Pakistan
Wa
Subscribe Our new channel for CS IT job updates Job alert with Zeenat Hasan..th-cam.com/channels/b6tVcsPxjU8aSuGUVtDF1w.html
Main aap apna number de do mai apse baat karunga aur apse se learn karunga please help me
Thank u so much mam
Tnq mam