In C++, a structure is actually a class, by default all members of a class are
Private
Public
Void
E num
A macro without arguments is treated like a
Symbolic constant
Constant
Preprocessor
Directive
A structure may be global, if defined ____________ of all functions.
Inside
Outside
Dot(.) operator is also called
Period
Terminator
Decimal
Point
C++ allows you to define explicitly new data type names by using the keyword
Struct
Enum
Typedef
int
Using _____________ can aid in self documenting your code by allowing descriptive names for the standard data types.
Data type
Keyword
Reversal/derived
Structure is declared with the keyword.
Array
Pointer
Definition symbolic constants and macros through _____________ directive.
# include
# define
Iostream.n
Stdio.n
In structure, by default all members are
The correct syntax of typedef statement is
Typedef type name
Typedef name type
Typedef type new type