#24 C Program to Print Days of Week using Switch Case | C Programming #shorts

preview_player
Показать описание
#24 C Program to Print Days of Week using Switch Case | C Programming #shorts

In this lecture on C, I will teach you what is switch case and how to use switch case in c (c program to print days of week using switch case). We will see how to use switch case in c and print a day using switch statement in c (what is switch statement in c programming in urdu). In this lecture we will use switch case and we will see a c program to print days of week using switch case.

------------- Support me by (it's Free) ------------------
LIKE | SHARE | COMMENT | SUBSCRIBE and hit the bell icon for more videos

Subscribe to Our Channel for More Videos

C++ Tutorial for Beginners in Hindi playlist

C++ Example Programs playlist

#shorts
#youtubeshorts
#SwitchCaseStatemetInCpp
#TechnicalAmmar

Music provided by:

WHO AM I:
I’m Ammar, a Software Engineer actually a full stack web developer, who studied at the University of Engineering and Technology Taxila (UET TAXILA), Pakistan.

Our website Link:

----------Technical Ammar----------
Рекомендации по теме
Комментарии
Автор

What about this:
int day = 3;
int []arr = {"Monday", "Tuesday", "Wednesday"...};
printf(arr[day - 1]);
(haven't been working in C lately so I don't know if this is the correct syntax)

dancosvitan
visit shbcf.ru