C_12 Data Types in C - Part 3 | C Programming Tutorials

preview_player
Показать описание
In this Lecture we will learn all about Character Data Type in C with programs.

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

Connect & Contact Me:

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

More Playlists:

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

Jenny, you are AMAZING.
Many congratulations on the work that you do. The explanations and the videos are extremely useful and I admire a lot the work that you put on each video.
Keep up the good work <3

denydda
Автор

like she said, try dry running the program using the circles she used. another easy way to do it is to take the total number of characters, 0-255=256 characters, 256 - 129 = 127. for 256 - 130 = 126. remember that the outputs have no signs because they are for unsigned char...hope this helps someone.

asapnino
Автор

No need to say your lectures are amazing but what I like most about your videos is that smile of yours in last when your Video finishes.

sakandchoudhary
Автор

Just because of you. I'm interested in c language ..😇😇 your lectures are so useful for me ...thanks a lot ma'am 😊😊😊 you are the best one teacher 😃

Vanisingh
Автор

FOR
unsigned char d=-129
for printf("%d", d) THE output is 127
for printf("%u", d) THE Output is 127.

venup
Автор

Mam your C language classes were very very helpful. You are the best lecturer I have ever seen. Plz continue your teaching forever in programming 🙏🙏🙏🙏🙏🙏🙏🙏

shivasandeepn
Автор

unsigned char a = -129;
printf("%d", a);

OUTPUT: 127
Same result will be for %u.

Bism_illah
Автор

%c= some symbol
%d=127
%c=127
Super explanation mam👌👌🥰

shinyrao
Автор

Ma'am for char d= -129, %c will give character value for 127 and %d will give 127.

aditiraj
Автор

Excellent explanation actually i have completed diploma in computer science 2013 even I got a result first class but I didn't understand properly I thought I can't understand the c language but when I am following you really it's a great days for us now I can tell you really I may reach c programming for Icse students because my dream is actually lecture but I didn't complete engineering so can teach as a teacher for ICSE students so Now it's my dream will see what will happen

poornimab
Автор

One the best thing in this world is teaching what you know💥💥💥

kanishs
Автор

unsigned char d =-129
printf(%c, d)-->>127 th character
printf(%d, d)-->>127
printf(%u, d)-->127

sathwik
Автор

19:26 unsigned char d=-129
for printf("%d", d) OUTPUT is 127
for printf("%u", d) OUTPUT is 127.

fatima
Автор

Your smile in 22:28... That's thats really awesome akka

gmramkumar
Автор

Mam I am student of b pharma but i want to study data structure only for additional information because your teaching style is too good and thnks for it .

rajvanshiarun
Автор

Its easy to understand your teaching knowledge and same time easy to learn💯 thanks for easy to teach

maniksiva
Автор

Thanks so much for your lectures ma'am. They help a lot
The output for unsigned char d = -129 should be == 127 both for unsigned and signed.

chinweokwugiftchiedozie
Автор

Explanation was too smooth and easy to understand.
Watched and Understood. ❤

isaac-victorshonowo
Автор

Super mam 😍😍😘😘love from Chennai please put every concepts mam I'm daily watching ur lecture of c programming mam

vijayrock
Автор

Thank you so much mam ✨
A lots of love from Andhrapradesh 🙏

bharathivlogs