Exam 11: Structured Data
Exam 1: Introduction to Computers and Programming50 Questions
Exam 2: Introduction to C Plus Plus60 Questions
Exam 3: Expressions and Interactivity44 Questions
Exam 4: Making Decisions53 Questions
Exam 5: Loops and Files63 Questions
Exam 6: Functions49 Questions
Exam 7: Arrays58 Questions
Exam 8: Searching and Sorting Arrays20 Questions
Exam 9: Pointers45 Questions
Exam 10: Characters, C-Strings, and More About the String Class45 Questions
Exam 11: Structured Data53 Questions
Exam 12: Advanced File Operations38 Questions
Exam 13: Introduction to Classes47 Questions
Exam 14: More About Classes40 Questions
Exam 15: Inheritance, Polymorphism, and Virtual Functions40 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library Stl39 Questions
Exam 17: Linked Lists40 Questions
Exam 18: Stacks and Queues47 Questions
Exam 19: Recursion22 Questions
Exam 20: Binary Trees38 Questions
Select questions type
This is required after the closing brace of the structure declaration.
(Multiple Choice)
4.8/5
(35)
This is like a structure, except all members occupy the same memory area.
(Multiple Choice)
4.7/5
(40)
In C++ 11 you can use a new type of enum, known as a(n)________, (also known as an enum class)to have multiple enumerators with the same name, within the same scope.
(Multiple Choice)
4.8/5
(40)
When a structure is passed ________ to a function, its members are not copied.
(Multiple Choice)
4.8/5
(28)
Which of the following statements outputs the value of the gpa member of element 1 of the student array?
(Multiple Choice)
4.8/5
(42)
A declaration for an enumerated type begins with the ________ key word.
(Multiple Choice)
4.9/5
(35)
The following union declaration appears on a system uses 4-byte ints and 8-byte doubles.


(True/False)
4.8/5
(42)
Look at the following structure declaration. struct
In this declaration, idNum is:

(Multiple Choice)
4.9/5
(31)
You cannot directly assign an integer value to an enum variable.
(True/False)
4.9/5
(37)
Look at the following declaration.
In memory, what value will the MAPLE enumerator be stored as?

(Multiple Choice)
4.9/5
(37)
Showing 41 - 53 of 53
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)