1.

Write the declaration syntax of a structure definition. 

Answer»

struct <structure-tag>

{

<data_type> <member variable 1>

<data_type> < member variable2> list of members

<data_type> < member variable3>

} <structure-variable-name1>, <structure-variable-name2>;



Discussion

No Comment Found

Related InterviewSolutions