9:27 i=10 is the initialization and i< 10 is the condition. i
@LenovoTab-ji2bf3 жыл бұрын
Condition:1 i = 10 ; condition:2 i < 10; its false (0) so the control goes out the loop body & print's the final statement. final o/p : ("JK") only one time.
@ArjunSingh-uh9ie2 жыл бұрын
Mam ne carlibrasis ke niche koe printf (" jk " ) nahi likha h jisse wo print ho
@rishanaz68702 жыл бұрын
@@ArjunSingh-uh9ie he/she just suppose the previous example for the last statement execution, that's only.
@SatishKumar-ci9li Жыл бұрын
can we use any other expression ( other than i++ or i--) in update expression in for loop? for example can we write like this for(i=1 ; i
@zeenatsalehtania7144 Жыл бұрын
@@SatishKumar-ci9li probably no you can change the expression ++i whish pre increment operater
@SatishKumar-ci9li Жыл бұрын
@@zeenatsalehtania7144 yes, I checked it ,we can write in this format i=i+a or i=i*a etc. Thankyou ☺️
@gabyorozco96562 жыл бұрын
So happy I found you !!!! You literally explained it so beautifully 🥹I finally understand loops🤗
@abdulrahimjalloh363 Жыл бұрын
My classmates used to say programming is difficult because it was started by a woman. Then I told them that programming will be much better to understand if it is taught by a woman. Now I found my Ada Lovelace (Madam Jenny) 😊 Thanks mam
@shekharmaurya90274 жыл бұрын
Thanks for reaching us mam I'm first semester student of cse mam you are best teacher on KZbin to teach c language
@satyajitmanna85013 жыл бұрын
Yes
@009hiteshjangir42 жыл бұрын
From which college you are in??
@shekharsharma74462 жыл бұрын
Yes for sure
@uttejtg384 жыл бұрын
Lecture starts at 2:33
@mars84992 жыл бұрын
Thanks
@avalasushmareddy23344 жыл бұрын
Loop will be terminated , since the condition i
@it033vineetkumar23 жыл бұрын
true because the condition will not satisfy initialization that's why it will skip the loop
@abhishekrajput83922 жыл бұрын
Int i; for( ;i
@abhishekrajput83922 жыл бұрын
I,j; for(. ;I
@langaliyafenil20052 жыл бұрын
No, it will print 10 as i
@niteeshkurakula2896 Жыл бұрын
Nothin will print
@abdulrahimjalloh363 Жыл бұрын
Assignment solved: for( i=10; i
@mohamedashik53743 жыл бұрын
This is wonderful Maam! I m big fan from Srilanka as an Undergraduate this videos helps me lots maam! thanks for the great service!!!
@abhishekthakural7494 жыл бұрын
This is the best explanation I have ever heard. You are a great teacher, thank you ma'am. 🙏🙏
@maryannemuthoni5388 Жыл бұрын
For the assignment since the i
@kishorsahoo54463 жыл бұрын
Best teacher in c program ......🙏🏻🙏🏻
@Aditya-Royal8 ай бұрын
IMP point at 5:12
@ashleyohsosurreal6 ай бұрын
For Loop in C It is one of the most popular loop in C. It has some advantages over while and do while loop.For loop is an entry controlled loop.While Loop is also an entry controlled loop. Do while is exit controlled loop.
@bheemersertyamarnadh1222 Жыл бұрын
till now I doesn't know what is the loop where we have to use but after u explained It I think it is easy
@PRADEEPKUMAR-sk9qx4 жыл бұрын
Please keep continue explain in English for other STATES students, me and my friends watch these daily videos, live in Bangalore , feel difficulty and Not understandable and miss the concepts as you start explain in hindi in the middle of the video's .
@Swetha_Shashi_chitradurga Жыл бұрын
Same
@tejkumarvstejkumarvs90433 жыл бұрын
People will tell where beauty exist brain doesn't function but you are an exception mam thank you a lot for your explanation 🙂
@smrutiranjanbal19583 жыл бұрын
You are making us concept clear ....🙂
@venkatnaidu1452 жыл бұрын
Mind blowing explanation thank you madam...
@stellanwae50502 жыл бұрын
Your explanation is very clear. Thanks for this.
@internetmoneydoctor84602 жыл бұрын
You are such a good teacher. Since I discovered your page, my knowledge of C language hasn't been the same. God bless you abundantly. Thanks.
@oluwabukolaowoeye98982 жыл бұрын
i cant agree any less
@ExploringAdda2 жыл бұрын
Loop condition is false because I
@mallemkondaiah39233 ай бұрын
Thank you mam for your class is better than my faculty easily to understand
@MohitTutorials4 жыл бұрын
Yours teaching skills are very good !
@hadieudonne4334 жыл бұрын
*ASSIGNMENT ON 34 LECTURE* int i; for(i=10;i
@Udtashaitaan3 жыл бұрын
Infinite times print jk becouse condition is always false
@santhosh-nw7cm3 жыл бұрын
@@Udtashaitaan No because condition is false
@someone46023 жыл бұрын
Intial value is 10condition is
@ridoy5759 Жыл бұрын
Why this condition is false???
@ridoy5759 Жыл бұрын
@@someone4602 if the initialization is (i=9;) then is it run or is it true...
@nileshvasav58062 жыл бұрын
Wow....great explaination 👍
@ashishpradhan65034 жыл бұрын
Ma'am,Can you please make videos on "Object Oriented programming"???? It will help a lot to learn C++ language along with others.🙏🙏🙏
@debojitacharjee3 жыл бұрын
*DIFFERENCE BETWEEN
@tejisvitaluniyal29362 жыл бұрын
it will directly print jk as the given condition is false thank you mam.................
@shekharkumar35354 жыл бұрын
Great Explanation as my Expectations...Taught in detailed so well..Thanks
@pawanmhaske52973 жыл бұрын
Because, the loop counter or condition statement check initialization i.e i=10
@aditya_171813 жыл бұрын
Omg! Maam this is literally much much much helpful. 💓💓
@livehopeskul11572 жыл бұрын
Thank you so much mam. You are saving lives.
@satyajitmanna85013 жыл бұрын
Best c language teacher ma'am ❤️❤️
@abrahamdaniel92232 жыл бұрын
Another level teaching 🤎
@kaushalgamer71953 жыл бұрын
Control will not enter the loop as condition is false.It will execute the statement outside the loop body.
@jetstream94703 жыл бұрын
Ma’am can we put cout
@gadeakshitha25812 жыл бұрын
you are the worlds best teacher for me i love the way u teach
@MytheenMeeral-s6e Жыл бұрын
Better than my college mam Thank you mam for your Better explanation
@PragatiTodkari Жыл бұрын
Millions time better than my university instructor❤
@prathameshkarale58282 жыл бұрын
Actually here we will get false output.... Because we initialise at i= 10, and again the condition is on i
@praveenmadanayake85803 жыл бұрын
your explanation is very clear , thank you madam
@balkrishnabane13922 жыл бұрын
11:00 it will not give any output coz condition is false (ie. i
@ridoy5759 Жыл бұрын
if the initialization is (i=9;) then is it run or is it true...???
@vidhyasuresh28383 жыл бұрын
You're good teacher i ever seen
@isaac-victorshonowo1838 Жыл бұрын
Watched and Understood ❤
@shaikabdulkareem66764 жыл бұрын
Output for the assignment question is null
@shubhamfutane703 жыл бұрын
Mam your voice is so sweet...
@keyaroy76033 жыл бұрын
You are amazing madam ❤️
@vanshTrikha6 ай бұрын
You are the best teacher
@tempsanity Жыл бұрын
This is a stellar explanation indeed.
@fatimazaarate4663 Жыл бұрын
thank you so much ma'am from Morocco
@gurukiranacharya1390 Жыл бұрын
its very help full for me..... so that i can easily make my seminar
@virginiakura7892 жыл бұрын
Thank you so much Following from Kenya
@mohitkrishn3 жыл бұрын
Mam the control will go out of the loop coz the initialization statement is starting from 10 or we can say that it is 10 and the condition statement is less than 10(
@senpai588633 жыл бұрын
2:40 start with these
@akashpraveen98143 жыл бұрын
Thank you for explaining the working of for loop mam..it helped to resolve a bug. Thank u so much
@PritamYT-iy9ko Жыл бұрын
int I; for(I=1;I
@CheraghRahimi3 ай бұрын
You are the best.
@RahulSharma-mh8sq3 жыл бұрын
Better explained .. thankyou ma'am
@barsharani42182 жыл бұрын
Your lectures are very useful for us. Thank you mam please🙏 continue it
@gorugantinamratha21672 жыл бұрын
Ur explanation is good mam
@ece56vaibhavsagar463 жыл бұрын
Very nice explanation
@rohitkanojiya79603 жыл бұрын
thank you so much mam for explainign every single details and every single step working ....
@shivchandrajha23753 жыл бұрын
you are excellent teacher
@shivamsoni15473 жыл бұрын
beauty with mind, better explained ma'am...
@harshvardhansharma223 жыл бұрын
your question answer is "on executing we will find blank or nothing because i = 10 not satisfy i
@SUJITKUMAR-kg5wh Жыл бұрын
mam you are a great teacher
@BARUTULASIRAM9 ай бұрын
It will print once and goes to out of loop 10:43
@LovingJhon1Mview4 жыл бұрын
I really love you sister because your all video helpfull for me 💓💓💓💓💓
@Era-of-Technolgy2 жыл бұрын
the condition is wrong , but result is ------------- without any warming and error
@bolaganisrilakshmi5249 Жыл бұрын
initislizetation is one check and next goto the condition .the condition is not execute the body of loop outer loop will be execute
@dimkayilrit2606 Жыл бұрын
Great content and explanation😊😊
@Rahulrahul-gk7yk Жыл бұрын
Thanks madam ur explanation is too gud easy to understand....💜
@PrajwalRaut3 жыл бұрын
Thanks for this awesome explanation ❤️ And you crystal voice made my day 🤩
@ashishpadvalkar43272 жыл бұрын
thankyou so much maam 😍
@shanavaznisar35733 жыл бұрын
Thank you ma'am i had doubt in for loop, and your lecture helped me with it.
@smile36433 жыл бұрын
Can we scan the the I value
@puanabidah3 жыл бұрын
11:01 first initialize i=10, then control will check if 10
@lalitharamachandra6659 Жыл бұрын
Hello mam 10:21 if we mention 2 semicolons without giving condition then it enter a number after giving number it prints the same number up to some times and the cursor is still blinking .why the cursor is blinking? Will you please clarify my doubt?
@attitude_king55612 жыл бұрын
Just awesome mam
@satyajitmanna85013 жыл бұрын
Nice explain ❤️
@pushkrajkhairnar44993 жыл бұрын
11:00 The loop will be terminated as the condition is False
@sadhi4179 Жыл бұрын
Thank you❤️🙌🏻
@southmcwow2 жыл бұрын
I've been struggling with really understanding exactly what the for loop is doing ever since I started to study CS (about a month and a half ago). I've utilized them successfully in a few things I've written, but never fully understood how they were working, just that they did. Not sure how I didn't stumble upon your video when I was initially looking things up on them. The broken down explanation, at what step each step does what and the flow chart really helped me out. Thank you so much.
@codeeasy8523 Жыл бұрын
If you want more exemples or solved exercises you can check kzbin.info/www/bejne/iGrMemaiereVpdE
@bijinbk1128 Жыл бұрын
output is not prints , due to the condition i
@aytube981 Жыл бұрын
so beautiful so elegant just looking like a wow❤
@tochukwuezechukwu84382 жыл бұрын
Very clear and concise
@injectsploit2 жыл бұрын
Thanks a million times
@MolletiSaiRevanth4 ай бұрын
Mam please execute the program in c compiler for better understanding
@AdityaPorwal12 жыл бұрын
10 is right answer
@purvadinge33882 жыл бұрын
best teacher...💯
@AnuSurya104 ай бұрын
Answer for the assignment: *Nothing would be printed.*
@tharakarama39382 жыл бұрын
Your explanation about each and every topic in c language is too good madam. I watch lot of channels for learning c language among the all channels yours channel is the best channel. Thank❤ you mam keep doing videos about c language.
@bhaskarkumar41432 жыл бұрын
thanku ma'am we love you
@namburinandakishore12894 жыл бұрын
Mam the answer is the loop terminates or gets out of for loop
@miss_kolissa Жыл бұрын
I didn’t get what is (% d ) 6:03 where That come from?