C language_typedef and structure

Introduction to typedef keyword

01——Introduction to typedef keyword

Give an existing variable type a name

Generally used with structures, it’s convenient, don’t start with struct every time

02——typedef and structure case

Same case:

03——typedef and structure array case

Guess you like

Origin blog.csdn.net/weixin_54859557/article/details/126088498