1.

Give the declaration of structure.

Answer»

struct<structure-tag>

{

<data_type><member variable1>

<data_type><member variable2> list of members

<data_type><member variable3>

}

<structure-variable-name 1>,<structure-variable-name 2>;



Discussion

No Comment Found