Exam 11: Structured Data
Exam 1: Introduction to Computers and Programming44 Questions
Exam 2: Introduction to C++56 Questions
Exam 3: Expressions and Interactivity44 Questions
Exam 4: Making Decisions53 Questions
Exam 5: Loops and Files62 Questions
Exam 6: Functions49 Questions
Exam 7: Arrays53 Questions
Exam 8: Searching and Sorting Arrays20 Questions
Exam 10: Characters, C++-Strings, and More About the String Class42 Questions
Exam 11: Structured Data43 Questions
Exam 11: Structured Data50 Questions
Exam 12: Advanced File Operations38 Questions
Exam 13: Introduction to Classes46 Questions
Exam 14: More About Classes40 Questions
Exam 15: Inheritance, Polymorphism, and Virtual Functions38 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library STL39 Questions
Exam 17: Linked Lists40 Questions
Exam 18: Stacks and Queues46 Questions
Exam 19: Recursion21 Questions
Exam 20: Binary Trees38 Questions
Select questions type
Look at the following structure declaration. struct Employee
{
String name;
Int idNum;
};
In this declaration, idNum is
(Multiple Choice)
4.8/5
(44)
Look at the following structure declaration. struct Employee
{
String name;
Int idNum;
};
In this declaration, Employee is
(Multiple Choice)
4.9/5
(42)
This is like a structure, except all members occupy the same memory area.
(Multiple Choice)
4.8/5
(37)
If a is a structure variable and p, a pointer, is a member of the structure, what will the following statement do? cout << *a.p;
(Multiple Choice)
4.9/5
(32)
Which of the following assigns a value to the hourlyWage member of employee[2]?
(Multiple Choice)
4.8/5
(30)
With an enumerated data type, the enumerators are stored in memory as
(Multiple Choice)
4.7/5
(37)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)