1.
Which of the following accesses a variable in a pointer to a structure ;
2.
In place is a structure in which another data type can be used in :
3.
What is self-referential structure?
4.
What will happen when the structure is declared?
5.
What is the other name of macros?
6.
A constant with a name :
7.
The declaration of structure is also known as :
8.
A name was given to a type via a type-name definition introduced by the keyword :
9.
Which keyword is used to define the macros in C ++?
10.
The combination of having structures within an array is an :
11.
How many types of macros are there in CH?
12.
In array element may be either :
13.
Which symbol is used to declare the preprocessor detectives
14.
What is the mandatory preprocessor directive for C ++?
15.
When a structure contains another structure, it is called :
16.
When accessing a structure member the identifier to the left of the dot operator is the name of :
17.
Which keyword is used for structure definition?
18.
Can we initialize the structure’s elements in the structure itself?
19.
Can we declare structure inside structure :
20.
What will be used when terminating the structure?