Structures in C++

Assessment
•
Widayanti Mzu
•
Computers
•
12th Grade
•
6 plays
•
Medium
Student preview

10 questions
Show answers
1.
Multiple Choice
Structure within a structure is called ......
Self Referential Structure
Nested Structure
Array of Structure
Structure of Structure
2.
Multiple Choice
Which operator connects the structure name to its member name?
-
=
.
>>
3.
Multiple Choice
Which of the following cannot be a structure member?
another structure
array
Function
None
4.
Multiple Choice
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
A structure pointing to the same structure is called .........
Self referential structure
Nested structure
Array of structures
None of the above
Explore all questions with a free account
Find a similar activity
Create activity tailored to your needs using
UNIT1_DSAA_QUIZ

•
12th Grade
Structures in C++

•
12th Grade
Structures

•
12th Grade
Understanding Structs in C++

•
12th Grade
PROGRAMMING IN C - UNIT 5 MCQS

•
12th Grade
Quiz on Structure in C

•
12th Grade
DSAA2

•
12th Grade
Understanding Structures in C

•
12th Grade