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. 🤣😂
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 😂😂
you kill my stress thank you for the great work
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❤️❤️❤️
The best teacher ever, thanks maam
How many people watching this video in 2024
End was fab..😁
yaa its ossum and its very helpfull for the beginners
Maam next please start c++, java,
..... And various other languages.... Much required 🙏🙏🙏🙏
even though you dont use compiler or computer you teach very good
I agree with this
love the ending whaever it was .
Outstanding teaching mam🙏
This is the Best explanation i have ever heard good maim please one class of must basic maim
last scene😍😍😍😍😍😍😍😍😍😍
Yeah hee😁
thank u mam apke lec ki wajah se meri shoes ki dukan bdya chalri h ...luv u
video starts from 3:10
I liked the end of the video 😂. You're so beautiful mam.
Mam, very thankful to your teaching and at last 2 minutes of your video ,your smile will give energy to practice the code
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
Mam can you please make series on python programming
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
Thank you so much lady!
clear explanation
You are perfect example of DONT JUDGE BOOK BY ITS COVER
and what does that mean???
Mam thankyou very much❤❤❤
Ma'am please discuss about python language of next programming language playlist...... Thankyou.
"If heaven on earth had face"😍
Right brother...
😁
Great Explaination 👌
Efforts🔥🔥
Thank you jayanti ma'am
eshaaljannat you are right
Thank you for c
i reallly like your way of teaching
Thank you mam because your all video help for me
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
Nice Explanation Mam
Thx a lot 😀😀🥰🥰
Thank You for help me Mi teacher ❤
Good information, I have programming exams at the April
Thankyou ma'am ☺️
❤
Thanks for this vedio
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. 🤣😂
Nicely video i like you specking method thank you good girl
Thank you dear...... end of the topic your given smile right that super
Difference between for and while which is more efficient????
Mam flochart nikalana important hai kay
आपकी vjh se मैं allahabad university ka छात्र अच्छी तरह cs पढ़ pa rha hoo
🔥🔥🔥
Thanks😊
thanks mam for your help
thank you maaam
genius ma'am
Right😘♥️
Mam, can I write the same program using for loop??
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Mam plzz teach nested for loop because it is little bit hard to understand than for loop & other loop
Hello mam, I am student in B tech (CSe) . Plz plz mam suggest me how to prepare for Gate exam and score high
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
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 ??????
Tq so much mam
Super mam u r way of teaching ,and u r beautiful mam
🥰🥰😇🥰🥰
Thankyou mam...
Mam when you are teaching arrays strings and pointers... ?
Nice mam
Waiting for c notes please mam provide notes earlier .
I am love with your hair
mam i typed i
##2:33 save time
Nice
13:37
Your language is well and your explanation is also very good
nice lecture ma'am
Aap please sentinel,oederd list, probability search sikhaiye.
Thanks mam
i love you fr
3:15
Printf("Nice Explanation Akka");
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 😅😅
Superrrr mam
Mam please make a video on how to install VS code in windows 10
Sahi h 👍..😂
A lovely lecture Mam!
But agar urdu me ho jaye to apna dil jeet lenge aap. .THANKS
Nice talk
Bisection method ka ek video banau plzzz
Why U have deleted lecture 46 to 56 ?
Any repated task called loop like while loop, do, for loop 😊
How to make developing game mam tell me mam please🙏🙏
sabkuch bounce gaya
#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
how install c language in laptop
Mam ,-------while(int i=0
Mam can i write i++ before print statement.
♥
Mam pllz ek introduction main function pe vedio upload krdo🙏🙏🙏🙏that would be fine for all.