Struct type

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;
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.147.77