Exam 13: Pointers and Linked Lists
Exam 1: Introduction to Computer and C Programming55 Questions
Exam 2: C++ Basics54 Questions
Exam 3: More Flow of Control44 Questions
Exam 4: Procedural Abstraction and Functions That Return a Value51 Questions
Exam 5: Functions for All Sub Tasks53 Questions
Exam 6: Io Streams As an Introduction to Objects and Classes51 Questions
Exam 7: Arrays34 Questions
Exam 8: Strings and Vectors63 Questions
Exam 9: Pointers and Dynamic Arrays40 Questions
Exam 10: Defining Classes50 Questions
Exam 11: Friends, overloaded Operators, and Arrays in Classes49 Questions
Exam 12: Separate Compilation and Namespaces38 Questions
Exam 13: Pointers and Linked Lists51 Questions
Exam 14: Recursion43 Questions
Exam 15: Inheritance53 Questions
Exam 16: Exception Handling47 Questions
Exam 17: Templates33 Questions
Exam 18: Standard Template Library57 Questions
Select questions type
If you want to make your linked list a class,you must also include the _____.
(Essay)
4.7/5
(33)
Apart from constructors,the operations for a queue listed in the text are ____________,_____________,and _______________,
(Short Answer)
4.8/5
(29)
The constant NULL can be assigned only to pointers that point to numbers
(True/False)
5.0/5
(35)
If you need to access the last element of a linked list with N nodes in it,how many comparisons do you need to make to find the last element?
(Multiple Choice)
4.9/5
(42)
When adding a node to a linked list,which pointer variable do you update first?
(Short Answer)
4.7/5
(39)
The last node in a linked list as defined in the text should always point back to the head of the list.
(True/False)
4.8/5
(44)
If NodeTypePtr is defined to be a pointer type to a node in a linked list,then the declaration
NodeTypePtr head;
(Multiple Choice)
4.8/5
(38)
Showing 41 - 51 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)