Write the statement 'To initialize house no members of address structure".
Address.houseno=16
Houseno.address=16
Address-houseno=16
Address:houseno=16
In C++, a structure is actually a class, by default all members of a class are
Private
Public
Void
E num
C++ allows you to define explicitly new data type names by using the keyword
Struct
Enum
Typedef
int
In structure, by default all members are
Dot(.) operator is also called
Period
Terminator
Decimal
Point
A structure consisting of complex elements is called
Complex structure
Simple structure
Nested structure
Array of structure
Memory location that is shared by two or more different variables called
Union
Structure
Class
A constant with a name.
Const
Symbolic constant
typedef
A structure may be global, if defined ____________ of all functions.
Inside
Outside