Search:

Type: Posts; User: sagarnewase

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    18,126

    in the program if i assigned value to my dd and...

    in the program if i assigned value to my dd and ee separetely they should print their own values but still they are giving last eneterd value..

    What do you mean by
    " ee and dd will cover the...
  2. Replies
    4
    Views
    18,126

    My code is My code is insert #include...

    My code is
    My code is
    insert

    #include <string.h>
    #include <stdio.h>

    typedef union
    {
    unsigned dd:4;
  3. Replies
    4
    Views
    18,126

    union in struct with bit fields

    hi ,
    I am having bit field packed in union of struct..
    but not able to retrieve values correctly
    /..........
Results 1 to 3 of 3