C_114 Unions in C | C Language Tutorials

preview_player
Показать описание

Use my code to join the test: JKL10

Connect & Contact Me:

See Complete Playlists:

#unionsinC
#Cprogrammingtutorials
#gatecslectures
#jennyslectures
Рекомендации по теме
Комментарии
Автор

Mam your teaching method is really amazing. Please complete this series ASAP. ❤️

omarahmedaziz
Автор

Can’t stress how good this course is. Really helped a lot. Thank you.

moonglaiv
Автор

No words to describe your role in my study ma'am
Heartiest thanks to you ma'am 🙏

Yooarmy
Автор

You make it easy to grasp some concepts in C that i thought difficult beforehand. Thank you very much

SD-tutn
Автор

thank you from Afghanistan, i learned a lot form you videos i am a CS student

saharnaqib
Автор

if we dont initialize c value then the last entered value char b as 97.
this means the combined memory allocation for union will store the last entered value 97 which int a also can access
so the output will be
a value is 97
b value is a

hariparuchuru
Автор

7:53 at union U.b You have entered int value but it is of character should be given, you have given "%c" at printf statement, at 16:15 again at character you initialized integer value mam.

Mickey-yt-
Автор

Your Method of teaching is the You are the best one....

cutecat
Автор

Greate
Your approach is very practical...

azhaguveera
Автор

Mam Please make a tutorial on " NESTED STRUCTURE ".

qazicode
Автор

Mam, You are the best teacher i ever seen your teaching method is best

sahilbeniwal
Автор

Mam I am learning lot more things from you . I learned data structure, operating systems from you and I want to request you will you please start series on Computer structure and architecture

vedantideshmukh
Автор

Asad from Pakistan ur teach style is very fabulous mam

asadjan
Автор

At 6.19 memory will be 12 bytes not 9 bytes as structure padding. If char is last var of structure then 9 bytes will be allocated

archanafugare
Автор

11:39 It should be struct demo *ptr = &s
17:07
#include <stdio.h>
union abc
{
int a;char b; float c;
};
int main()
{
union abc u;
union abc *ptr=&u;
u.a=1;
u.b=97;
printf("a=%d", ptr->a);
printf("\nb=%c", ptr->b);
return 0;
}
OUTPUT:
a=97
b=a

fatima
Автор

12bytes allocated in struct mam, because there is no #pragma pack(1).

luckyscreation
Автор

Mam mera najar nahi hat raha aapse
Ek to aap bahut khubsurat hai
Or aap explain bhi aachha karte hai 🇮🇳🇮🇳🇮🇳
I love you 💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞💞

cartoon_book_official
Автор

Is this playlist enough for gate c programming..?? Can i rely on it?

kirangadani
Автор

Thank u for teaching us so easily...No one can beat your teaching method, Love from Kolkata❤❤

linceesen
Автор

Ma'am meri college me padhate hai usme kuch samaj nahi aata.. aaj aapka video dekha union sikh liya pura thank you!! You are best Ma'am 🌸🙌🏻❤️

dasadiamukeshbhai
welcome to shbcf.ru