Why is the size of structure pointer **s when derefenced to '*s' and futher to 's' is 8 in the below code in C? . Can anybody please explain it

前端 未结 0 1146
别那么骄傲
别那么骄傲 2020-12-25 13:19

Structure

     struct student
     {
              int rollno;
              char name[10];
              float marks;
     };
             


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