Definition symbolic constants and macros through _____________ directive.
# include
# define
Iostream.n
Stdio.n
A macro without arguments is treated like a
Symbolic constant
Constant
Preprocessor
Directive
Structure is declared with the keyword.
Struct
Array
Pointer
int
In structure, by default all members are
Private
Public
Void
All preprocessors begin with _______________ symbol.
Hash(#)
Slash(/)
Single bracket(<)
Asteric(*)
In C++, a structure is actually a class, by default all members of a class are
E num
A structure may be global, if defined ____________ of all functions.
Inside
Outside
Write the statement 'To initialize house no members of address structure".
Address.houseno=16
Houseno.address=16
Address-houseno=16
Address:houseno=16
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