March 2019
Intermediate to advanced
636 pages
27h 50m
English
A struct is a type that contains named fields. New types can be declared using struct. Here is an example in the following code:
struct person { uint age; string fName; string lName; string email; }
Read now
Unlock full access