Structure within a structure is called ......
Structures in C++

Quiz
•
Computers
•
12th Grade
•
Medium
Widayanti Mzu
Used 7+ times
FREE Resource
Student preview

10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Self Referential Structure
Nested Structure
Array of Structure
Structure of Structure
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which operator connects the structure name to its member name?
-
=
.
>>
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following cannot be a structure member?
another structure
array
Function
None
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is true for accessing an element of a structure
struct.element
structure_tag.element
structure_variable.element
structure_tag.structure_variable
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A structure pointing to the same structure is called .........
Self referential structure
Nested structure
Array of structures
None of the above
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
The period symbol used in 'struct' is represented by
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of this C code?
int main()
{
struct student
{
int no;
char name[20];
};
struct student s;
s.no = 8;
cout<< s.no;
}
Nothing
Compile error
8
Junk
Create a free account and access millions of resources
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade