1.

Read the following statements: (i) While defining a structure in C++, tag may be omitted. (ii) The data contained in a structure variable can be copied into another variable only if both of them are declared using the same structure tag.(iii) Elements of a structure is referenced by structure_name. element (iv) A structure can contain another structure. Now,Choose the correct option from the following: (a) Statements (i) and (ii) are true (b) Statements (ii) and (iv) are true (c) Statements (i), (ii) and (iv) are true (d) Statements (i) and (iii) are true jtyg

Answer»

(d) Statements (i) and (iii) are true.



Discussion

No Comment Found