C_37 While Loop in C (part-1) | C Language Tutorials

preview_player
Показать описание
In this lecture we will discuss:
- What is while loop in C?
- Syntax of while loop
- working of while loop
- Flowchart of while loop

Connect & Contact Me:

More Playlists:

#forloop #loop #cprogramming #coding #jennyslectures #whileloop
Рекомендации по теме
Комментарии
Автор

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 💯💯

fatima
Автор

Better than a reputed college really 🔥🔥thank u

JAMUN_FF
Автор

sometimes when the video is on speed, the 'khot khut khut' sound ...its so cute

sudeshnabanerjee
Автор

I have learnt data structure by watching ur awesome videos and now I am learning some concepts in c language thank you mam❤️❤️❤️

-AshwithaAlladi
Автор

While loop this video has crazy end .... killer look and smile at the end of video !! Jam gaya perfect smile

amolsurvase
Автор

you kill my stress thank you for the great work

kainzascovia
Автор

Maam next please start c++, java,
And various other languages.... Much required 🙏🙏🙏🙏

himanshurai
Автор

yaa its ossum and its very helpfull for the beginners

Xospamxo
Автор

thanks mam for so good teaching but last part was funny 🤣🤣

himanshu-xsb
Автор

even though you dont use compiler or computer you teach very good

FSEC-poun
Автор

I liked the end of the video 😂. You're so beautiful mam.

roshan
Автор

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

RAHUL_YT_
Автор

thank u mam apke lec ki wajah se meri shoes ki dukan bdya chalri h ...luv u

harshitrawat
Автор

Sum upto n numbers using while loop:
#include<stdio.h>
#include<conio.h>
//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<=j)
{
k=k+i;
i++;
}
printf("%d", k);

}

thedata-ist
Автор

Mam, very thankful to your teaching and at last 2 minutes of your video, your smile will give energy to practice the code

tulanarender
Автор

This is the Best explanation i have ever heard good maim please one class of must basic maim

awgpakhilvishavgaytripariv
Автор

You are perfect example of DONT JUDGE BOOK BY ITS COVER

Js-ir
Автор

"If heaven on earth had face"😍

Marcos_Vikas
Автор

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. 🤣😂

isaac-victorshonowo
Автор

Mam can you please make series on python programming

pranavasathyachidananda