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
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.
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.
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 .
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.
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(
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
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.
Mam ne carlibrasis ke niche koe printf (" jk " ) nahi likha h jisse wo print ho
@@ArjunSingh-uh9ie he/she just suppose the previous example for the last statement execution, that's only.
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
@@SatishKumar-ci9li probably no you can change the expression ++i whish pre increment operater
@@zeenatsalehtania7144 yes, I checked it ,we can write in this format i=i+a or i=i*a etc.
Thankyou ☺️
So happy I found you !!!! You literally explained it so beautifully 🥹I finally understand loops🤗
9:27 i=10 is the initialization and i< 10 is the condition. i
Lecture starts at 2:33
Thanks
Thanks for reaching us mam I'm first semester student of cse mam you are best teacher on TH-cam to teach c language
Yes
From which college you are in??
Yes for sure
This is wonderful Maam! I m big fan from Srilanka as an Undergraduate this videos helps me lots maam!
thanks for the great service!!!
This is the best explanation I have ever heard. You are a great teacher, thank you ma'am. 🙏🙏
Best teacher in c program ......🙏🏻🙏🏻
For the assignment since the i
Loop will be terminated , since the condition i
true because the condition will not satisfy initialization that's why it will skip the loop
Int i;
for( ;i
I,j;
for(. ;I
No, it will print 10 as i
Nothin will print
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.
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
You are making us concept clear ....🙂
Your explanation is very clear. Thanks for this.
People will tell where beauty exist brain doesn't function but you are an exception mam thank you a lot for your explanation 🙂
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.
i cant agree any less
you are the worlds best teacher for me i love the way u teach
Mind blowing explanation thank you madam...
Assignment solved:
for( i=10; i
Thank you so much mam.
You are saving lives.
Omg! Maam this is literally much much much helpful. 💓💓
Millions time better than my university instructor❤
Thank you mam for your class is better than my faculty easily to understand
IMP point at 5:12
Wow....great explaination 👍
Yours teaching skills are very good !
Best c language teacher ma'am ❤️❤️
This is a stellar explanation indeed.
Another level teaching 🤎
Great Explanation as my Expectations...Taught in detailed so well..Thanks
Actually here we will get false output.... Because we initialise at i= 10, and again the condition is on i
Better than my college mam
Thank you mam for your Better explanation
its very help full for me..... so that i can easily make my seminar
it will directly print jk as the given condition is false
thank you mam.................
Mam your voice is so sweet...
Watched and Understood ❤
Thank you for explaining the working of for loop mam..it helped to resolve a bug. Thank u so much
your explanation is very clear , thank you madam
You're good teacher i ever seen
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 .
Same
2:40 start with these
Because, the loop counter or condition statement check initialization i.e i=10
I really love you sister because your all video helpfull for me 💓💓💓💓💓
Thanks for this awesome explanation ❤️
And you crystal voice made my day 🤩
You are amazing madam ❤️
thank you so much ma'am from Morocco
Loop condition is false because I
beauty with mind, better explained ma'am...
You are the best teacher
*DIFFERENCE BETWEEN
Thank you so much
Following from Kenya
You are the best.
Better explained .. thankyou ma'am
Your lectures are very useful for us. Thank you mam please🙏 continue it
11:00
it will not give any output coz condition is false (ie. i
if the initialization is (i=9;) then is it run or is it true...???
It will print once and goes to out of loop
10:43
Ma'am,Can you please make videos on "Object Oriented programming"????
It will help a lot to learn C++ language along with others.🙏🙏🙏
mam you are a great teacher
thank you so much mam for explainign every single details and every single step working ....
Smjh m nhi aaya pr Dekh kr accha lga😋
Thanks madam ur explanation is too gud easy to understand....💜
Just awesome mam
you are excellent teacher
Output for the assignment question is null
Ur explanation is good mam
thankyou so much maam 😍
Great content and explanation😊😊
your question answer is "on executing we will find blank or nothing because i = 10 not satisfy i
Thank you❤️🙌🏻
10:05 👍🏻
Thank you ma'am i had doubt in for loop, and your lecture helped me with it.
Very nice explanation
This helps alot mam I have 1 day left for exam
Control will not enter the loop as condition is false.It will execute the statement outside the loop body.
best teacher...💯
Ma’am can we put cout
Thanks a million times
best
initislizetation is one check and next goto the condition .the condition is not execute the body of loop outer loop will be execute
thanku ma'am we love you
Thank you mam you are such a wonderful teacher🙌.
Nice explain ❤️
Very helpful. Thank you!
the condition is wrong , but result is ------------- without any warming and error
int I;
for(I=1;I
i=1
2
3
4
5
6
7
8
9
These is out put
10 is right answer
U r is amazing 😍😍❤️
Beauty with brain
so beautiful so elegant just looking like a wow❤
Very clear and concise
Thanks
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.
Regretting for not finding u earlier ❤️
Well explained 😂😂😂😂❤
Best explained
Tq mam your teaching way is very good 👍. I subscribed your channel. (New subscriber )
Love you Mam ❤️ it's really helpful
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(