December 2018
Intermediate to advanced
222 pages
6h 6m
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