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
A _________ is a struct or class object that has one or more member variables that are pointer variables.
Free
(Short Answer)
4.9/5
(33)
Correct Answer:
Node
The first node in a linked list is generally named _________
Free
(Short Answer)
4.8/5
(39)
Correct Answer:
head
If you want to declare a node type struct and typedef a pointer type for that node,in which order must you make these declarations?
Free
(Multiple Choice)
4.7/5
(51)
Correct Answer:
B
In a node type named MyNode,which of the following correctly declares a pointer to a node of that type?
(Multiple Choice)
4.8/5
(29)
The stack can be compared to a line of people at a bank,where the first person in line is the first person served.
(True/False)
4.9/5
(37)
If head is a NodePtr pointer variable,write the code to make head point to new node of type Node.
(Short Answer)
4.8/5
(34)
The linked list is always the most efficient storage mechanism for storing many pieces of data.
(True/False)
4.9/5
(39)
The function used to get the data at the top or front)of the stack is called _______.
(Short Answer)
4.8/5
(43)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)