Nested Union in c

后端 未结 0 1786
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 15:40

I\'ve been trying to understand the output of below c code snippet.

union A
{
    struct B
    {
        int a : 5;
        int b : 4;
        int c : 3;
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题