C Programming Basic - Structures & Unions

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • 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

Комментарии • 31

  • @aholagunju
    @aholagunju 4 года назад +28

    - 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

  • @aerilashraf
    @aerilashraf 5 лет назад +5

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

  • @vdgamer5689
    @vdgamer5689 3 года назад +1

    Wow really helpful that I thought and easier to understand

  • @Sofialovesmath
    @Sofialovesmath 3 года назад +1

    Thank you so much! Amazing tutorial, really helpful.

  • @michael-sq7ng
    @michael-sq7ng 5 лет назад +5

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

    • @EzEdChannel
      @EzEdChannel  5 лет назад +1

      Thank You +michael. Please subscribe to our EzEd channel for more such videos.

  • @yuvanm411
    @yuvanm411 5 лет назад +1

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

  • @azizbekkhan5601
    @azizbekkhan5601 4 года назад +1

    Thank you sir very in detail

  • @srikavi4706
    @srikavi4706 4 года назад

    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

  • @yashasvilalithamantha3754
    @yashasvilalithamantha3754 4 года назад +1

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

    • @EzEdChannel
      @EzEdChannel  4 года назад

      Thank You +yashasvi. Please subscribe to our EzEd Channel for more such videos.

  • @archanagavli8628
    @archanagavli8628 3 года назад

    Best video 👍👍

  • @astrosmithsin3153
    @astrosmithsin3153 2 года назад

    i finally know the different of Union and Struct

  • @aietisreekar2425
    @aietisreekar2425 4 года назад +1

    thank you sir .
    good explained

    • @EzEdChannel
      @EzEdChannel  4 года назад

      Thank You Aieti. Please subscribe to our EzEd Channel for more such videos.

  • @tech-learner4555
    @tech-learner4555 3 года назад

    Useful

  • @ummiraina3580
    @ummiraina3580 6 лет назад

    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.

    • @EzEdChannel
      @EzEdChannel  6 лет назад +2

      Hello Vaishali, Thank you for the message. We have many such videos on our EZEd channel. So please subscribe to our channel.

  •  3 года назад

    awesome

  • @abdelrahmanramadan7090
    @abdelrahmanramadan7090 5 лет назад +1

    Thank You!

    • @EzEdChannel
      @EzEdChannel  5 лет назад

      Welcome +Abdelrahman. Please subscribe to our EzEd channel for more such video

  • @muralikrishnagoriparty8923
    @muralikrishnagoriparty8923 4 года назад +1

    Nice video sir

    • @EzEdChannel
      @EzEdChannel  4 года назад

      Thank You
      Murlikrishna. Please subscribe to our EzEd channel for more such videos

  • @deepikam9998
    @deepikam9998 2 года назад

    please upload for dbms

  • @YungGudGalaxy
    @YungGudGalaxy 5 лет назад +4

    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

    • @tolgaf
      @tolgaf 4 года назад +2

      if you're getting a string in scanf(), you don't have to use ampersand, it's not incorrect.

    • @muneebahmed1952
      @muneebahmed1952 3 года назад

      @Yung Gud
      You don't need ampersand if structure member is an array and it acts as a pointer.

  • @yousufkottukara3886
    @yousufkottukara3886 4 года назад

    What is meant by template

    • @ahmedzakaria239
      @ahmedzakaria239 2 года назад

      not allocated to memory, yet.. just a template.. nothing actually created
      if you create a new variable of that struct/union then it will be allocated to memory for that new variable according to that tempelate

  • @raghavshere
    @raghavshere 4 года назад

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