C Programming Basic - Structures & Unions

preview_player
Показать описание
This EZEd video lectures explains
- Structures and Unions
- Definition of a structure
- Declaration of structure variables
- Initialization of structure variables
- Accessing the members of a structure
- Copying and comparing of structures
- Structures with functions
- Structures and arrays
- Unions
- Accessing the members of a union
- Bit fields
Рекомендации по теме
Комментарии
Автор

- Introduction: 0:45
- Definition of a structure: 1:30
- Declaration of structure variables
: 3:19
- Type-defined structures: 4:43
- Accessing the members of a structure
: 4:51
- Initialization of structure variables
: 6:40
- Copying and comparing of structures
: 7:50
-Operations on structure members: 9:32
- Structures and arrays
: 10:33
- Structures within structures: 12:36
- Structures with functions
: 10:42
-Size of structures: 17:44
- Unions
: 18:26
- Accessing the members of a union
: 20:02
- Bit fields: 21:46
- Review: 22:48

aholagunju
Автор

Wow really helpful that I thought and easier to understand

vdgamer
Автор

wow i didn’t understand struct and array before, thankyou sir ! please keep it going .

aerilashraf
Автор

I never comment in youtube vids but I just had to say -WOW, amazing tutorial.thank you, keep it up.

michael-sqng
Автор

i finally know the different of Union and Struct

astrosmithsin
Автор

Thank you so much! Amazing tutorial, really helpful.

Sofialovesmath
Автор

really you are awesm. very very help video . thank you so much

yashasvilalithamantha
Автор

Sir pls...can you explain If we used static keyword to structure like static struct emp....all variable are static or not ...how to use static keyword to structure

srikavi
Автор

Which software are you used to creat this video .... Video editing is too good 👍

yuvanm
Автор

5:44 missing ampersand (&) for scanf

6:33 cannot explicitly do student1.name="Angelina" ... do strcpy instead like mentioned before

12:24 gets() is not a good function to use, can lead to many bugs. fgets() is much better in practice

YungGudGalaxy
Автор

Sir/ma'am can you please upload all 4 year(SE/TE/BE) engineering subjects video lectures,
Your video lectures seems to be very helpful for engineering students and is very easy to understand each and every concept behind that subject .
So its a humble request from one of your subscriber, that you may please upload further lectures of all 4 year engineering subjects, especially for INFORMATION TECHNOLOGY.

ummiraina
Автор

Now I understand why people find c confusing ..if you study like this ..you are bound to get confused ..sorry to be rude ..

raghavshere