C_31 Switch Statement In C | C Programming Tutorials

preview_player
Показать описание
In this video, I have discussed the Switch Case in C with a flowchart and program.

*******************************************

Connect & Contact Me:

*********************************************

More Playlists:

#cprogramming #jennyslectures #programming #clanguage #switchcase
Рекомендации по теме
Комментарии
Автор

This ma'am is the best. She does so much for us. Love to her and her family and the little one.

Rakshith_._
Автор

How many members are skipping unacademy add

oppositelyharish
Автор

i know it's very difficult to make videos daily along with family and explain topics in detail
thank you mam for making these videos
i mean all of them that u made
🙏🙏🙏🙏 🙇🙇🙇🙇
i didn't go to a good college
but i found a teacher like you now i can learn all the concepts from your YouTube channel🙏🙏

nitishnb
Автор

Once this is finished can help us to create a live project using c++/c language it will help us for better understanding 🙏🏻

sbepari
Автор

One of the best series of programming in C language ❤️❤️❤️❤️

gopalchaudhary
Автор

All the solutions of Let Us C book exercise are explained here::

alark_sharma
Автор

#include <stdio.h>
main()
{
int marks;
printf("Enter marks ");
scanf("%d", &marks);

switch (marks/10)
{
case 10:
case 9:
case 8:
printf("Grade A");
break;

case 7:
printf("Grade B");
break;

case 6:
printf("Grade C");
break;

default: printf("Grade D");
}
}

Sourabh
Автор

Mam you have been helping me too much with your videos.
The way you explain is very easy to understand i have only to say thank and ask you please don't stop making video such that, you may not know but your videos are very useful for us.
by the way i am from Mozambique

tech
Автор

#include<stdio.h>
int main()
{
int marks;
printf("Enter the marks out of 100 ");
scanf("%d", &marks);
switch(marks/10)
{
case 10:
case 9:
case 8:
printf("your grade is A");
break;
case 7:
printf("Your grade is B");
break;
case 6:
printf("Your grade is c");
break;

default: printf("your grade is d");
}
return 0;
}

atilla
Автор

maam please keep making videos and guiding us u are my only hope because only your lectures are understandable by me

khushijain
Автор

Mam I am fresher and I can understand teaching of only you but not of my college Teachers so thank you so much mam 💓

prathameshgarade
Автор

Ma'am please finish this course as fast as possible I have a exam in next month

shivamrajput
Автор

Excellent teaching skills u have mam that is understanding by everyone ❤️😍😍😍

Rishithabajjuri
Автор

Really your all lecture are superb nd it helps more nd more to learn any concept in depth 👍👍so we thanks to you for making free content like this ❤️
But only one think is you miss that iss captions

a_yucodes
Автор

23:40

#include<stdio.h>
#include<conio.h>
int main()
{
int marks;
printf("Enter your marks: ");
scanf("%d", &marks);
switch(marks){
case 80 ... 100:
printf("Grade A \n", marks);
break;

case 70 ... 79:
printf("Grade B \n", marks);
break;

case 60 ... 69:
printf("Grade C \n", marks);
break;

case 35 ... 59:
printf("Grade D \n", marks);
break;

default:
printf("You are failed\n");

}
printf("Statement X\n");

return 0;
}

balkrishnabane
Автор

I love❤ this Thank you❤🌹 so much madam from bottom of my You are the only one in YouTube▶️i always waiting⏳ for ur videos Ur hardworking never My education🎓 is dedicated always for you mam🙃🥰

Mr.Yaragonda
Автор

I watch your lectures and I try the programs by myself and I really get happy when I pass. I understand your lectures so well.

subhadeepbose
Автор

Ur explaining way Is just amazing. it helped me a lot in my studies

sirajunissa
Автор

Tq, u r giving complete crystal clear information.. 🙏

veerabhadrarao
Автор

Thank you mam ..
You are a god gift to me...
For cs tq mam

fansbilever