C++ allows you to define explicitly new data type names by using the keyword
Struct
Enum
Typedef
int
A structure within a structure is called
Nested structure
Structure variable
Structure tag
Array of structure
A structure may be global, if defined ____________ of all functions.
Inside
Outside
Public
Private
Preprocessor commands are called
Directives
Special symbol
Header file
Functions
In C++, a structure is actually a class, by default all members of a class are
Void
E num
In structure definition,is it necessary to write structure tag
Tag name may be omitted
Tag name is necessary
Structure variable maynot be omitted
Tag name is included
Write the statement 'To initialize house no members of address structure".
Address.houseno=16
Houseno.address=16
Address-houseno=16
Address:houseno=16
Structure is declared with the keyword.
Array
Pointer
Definition symbolic constants and macros through _____________ directive.
# include
# define
Iostream.n
Stdio.n