11:02 ma'am, u really r 1000% correct when u say that we should write the programs with pen & paper 1st. This indeed gives a unique type of practice which is necessary for gaining good programming skills. Merely typing the programs on the editor isn't enough 💯💯
Sum upto n numbers using while loop: #include #include //C programme to sum up from 1 upto n numbers// int main() { int i, j, k; k=0; scanf("%d",&j); i=1; while(i
While loop is a pretest loop it's also know as enter control loop this loop ist check the condition and if the given condition is true then statment excutive
Watched and Understood. ❤ As for me, I don't think I'll ever wanna use the do-while loop. I'll just printf the first statement then put my while loop in place. 🤣😂
I experimented this: #include #include int main() { //C programme to illustrate chart of number provided by user// int i,t, u; scanf("%d",&t); i=1; while(i
Table of any integer number provided by user: #include #include int main() { //C programme to illustrate chart of number provided by user// int i,t, u; scanf("%d",&t); i=1; while(i
#include int main() { int i,a; printf("Type any two numbers (from and to)that you want to show next successive numbers followed by your first numbers= "); scanf("%d%d",&i,&a); printf("Your starting number is %d and ending numbers is %d",i,a); printf(" Here is the successive numbers"); while(i
11:02 ma'am, u really r 1000% correct when u say that we should write the programs with pen & paper 1st. This indeed gives a unique type of practice which is necessary for gaining good programming skills. Merely typing the programs on the editor isn't enough 💯💯
Better than a reputed college really 🔥🔥thank u
sometimes when the video is on speed, the 'khot khut khut' sound ...its so cute
Sahi bola 😂😂
While loop this video has crazy end .... killer look and smile at the end of video !! Jam gaya perfect smile
I have learnt data structure by watching ur awesome videos and now I am learning some concepts in c language thank you mam❤️❤️❤️
you kill my stress thank you for the great work
The best teacher ever, thanks maam
video starts from 3:10
yaa its ossum and its very helpfull for the beginners
You are perfect example of DONT JUDGE BOOK BY ITS COVER
and what does that mean???
thank u mam apke lec ki wajah se meri shoes ki dukan bdya chalri h ...luv u
End was fab..😁
Sum upto n numbers using while loop:
#include
#include
//C programme to sum up from 1 upto n numbers//
int main()
{
int i, j, k;
k=0;
scanf("%d",&j);
i=1;
while(i
even though you dont use compiler or computer you teach very good
I agree with this
love the ending whaever it was .
Mam, very thankful to your teaching and at last 2 minutes of your video ,your smile will give energy to practice the code
Maam next please start c++, java,
..... And various other languages.... Much required 🙏🙏🙏🙏
"If heaven on earth had face"😍
Right brother...
😁
I liked the end of the video 😂. You're so beautiful mam.
This is the Best explanation i have ever heard good maim please one class of must basic maim
thanks mam for so good teaching but last part was funny 🤣🤣
this is the best explacation i never see like you
Last scene
You are so cute, your smile 🥰🥰
Ye sab maine apne dil se tarif kiya hain ma'am
Ab please C ke poore chapter ka notes de dijiye
Please
Outstanding teaching mam🙏
आपकी vjh se मैं allahabad university ka छात्र अच्छी तरह cs पढ़ pa rha hoo
How many people watching this video in 2024
While loop is a pretest loop it's also know as enter control loop this loop ist check the condition and if the given condition is true then statment excutive
Mam can you please make series on python programming
Watched and Understood. ❤
As for me, I don't think I'll ever wanna use the do-while loop. I'll just printf the first statement then put my while loop in place. 🤣😂
eshaaljannat you are right
Thank you dear...... end of the topic your given smile right that super
I experimented this:
#include
#include
int main()
{
//C programme to illustrate chart of number provided by user//
int i,t, u;
scanf("%d",&t);
i=1;
while(i
Good information, I have programming exams at the April
i reallly like your way of teaching
last scene😍😍😍😍😍😍😍😍😍😍
Yeah hee😁
clear explanation
Ma'am please discuss about python language of next programming language playlist...... Thankyou.
Thank you mam because your all video help for me
Table of 2 using while loop
#include
#include
int i=1,t;
void main()
{
while(i
Table of any integer number provided by user:
#include
#include
int main()
{
//C programme to illustrate chart of number provided by user//
int i,t, u;
scanf("%d",&t);
i=1;
while(i
Difference between for and while which is more efficient????
##2:33 save time
Thank you so much lady!
Your language is well and your explanation is also very good
Thank You for help me Mi teacher ❤
Super mam u r way of teaching ,and u r beautiful mam
Nicely video i like you specking method thank you good girl
Great Explaination 👌
Ma'am your way of lecturing is super ma'am 🙏
Nice Explanation Mam
Efforts🔥🔥
Mam thankyou very much❤❤❤
HELLO, MA'AM while writing program many time i cannt teminate the program so on running it continuously runs. so HOW CAN I STOP IT ??????
Mam, can I write the same program using for loop??
Printf("Nice Explanation Akka");
Hello mam, I am student in B tech (CSe) . Plz plz mam suggest me how to prepare for Gate exam and score high
Mam plzz teach nested for loop because it is little bit hard to understand than for loop & other loop
A lovely lecture Mam!
But agar urdu me ho jaye to apna dil jeet lenge aap. .THANKS
❤
Thank you jayanti ma'am
genius ma'am
Waiting for c notes please mam provide notes earlier .
Mam flochart nikalana important hai kay
I am love with your hair
13:37
Mam ,-------while(int i=0
3:15
Thankyou ma'am ☺️
Thank you for c
Ma'am, please give tutorial as slow as possible. Please ma'am 🙏
Use playback option
@@TutsOnUpdates i Use it to speed up to 1.5x 😅😅
#include
int main()
{
int i,a;
printf("Type any two numbers (from and to)that you want to show next successive numbers followed by your first numbers= ");
scanf("%d%d",&i,&a);
printf("Your starting number is %d and ending numbers is %d",i,a);
printf("
Here is the successive numbers");
while(i
Thanks for this vedio
Thx a lot 😀😀🥰🥰
mam i typed i
Mam when you are teaching arrays strings and pointers... ?
Mam please make a video on how to install VS code in windows 10
Aap please sentinel,oederd list, probability search sikhaiye.
Gd work mam. Really you make it too much easy. Love from Pakistan 💖
thanks mam for your help
Any repated task called loop like while loop, do, for loop 😊
nice lecture ma'am
Mam pllz ek introduction main function pe vedio upload krdo🙏🙏🙏🙏that would be fine for all.
Thanks😊
Mam can i write i++ before print statement.
Mam ap kitni pyari Hain . ❤
Why U have deleted lecture 46 to 56 ?
How to make developing game mam tell me mam please🙏🙏
i love you fr
Bisection method ka ek video banau plzzz
Best video
#TechBlooded🔥
sabkuch bounce gaya
🔥🔥🔥
Right😘♥️
Superrrr mam
how install c language in laptop
How many here who want mam as life partner.
No one😂
Main function ki vedio upload pllz.🙏🙏🙏
🥰🥰😇🥰🥰
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Can you plzzz start the lec of java script
What is End - while