C Pointer Arithmetic sizeof(struct)

前端 未结 4 600
既然无缘
既然无缘 2021-01-05 07:19

Here is the code in question

#include 

struct test {
    unsigned char t;
    unsigned short u;
    unsigned char v;
};


int main ()
{
    s         


        
4条回答
提交回复
热议问题