Initializing and accessing members of a structure type data in C

Like any other variable, a structure variable can also be initialized where they are declared. There is a one-to-one relationship between the members and their initializing values. To access the members, we have to use ” . “(the dot operator). Don’t know what is structure type data in C? Read: Structure datatype in C Example […]

Initializing and accessing members of a structure type data in C Read More »