What is typedef structure in C?

The C language contains the typedef keyword to allow users to provide alternative names for the primitive (e.g.,​ int) and user-defined​ (e.g struct) data types . Remember, this keyword adds a new name for some existing data type but does not create a new type.

Sizin İçin Seçtik  What is difference between struct and typedef struct?

Leave a Reply

Your email address will not be published. Required fields are marked *

What is typedef structure in C?

The C language contains the typedef keyword to allow users to provide alternative names for the primitive (e.g.,​ int) and user-defined​ (e.g struct) data types . Remember, this keyword adds a new name for some existing data type but does not create a new type.

Sizin İçin Seçtik  Can you put a string in a struct?

Leave a Reply

Your email address will not be published. Required fields are marked *