Struct
Struct is a data type that can perform multiple data storage interlinked (such as name, id number, age) as a whole. Struct consists of several members, members of the struct called members, and members can also be called a regular variable. Members in a structure may consist of different data types, such as pointers, integer, character, and others. Here is an example of structure.
the general form:
struct Tag...
Posted by
Unknown