Exam 10: Pointers
Exam 1: Introduction to Computers and Programming40 Questions
Exam 2: Introduction to C Plus Plus40 Questions
Exam 3: Expressions and Interactivity40 Questions
Exam 4: Making Decisions40 Questions
Exam 5: Looping40 Questions
Exam 6: Functions40 Questions
Exam 7: Introduction to Classes and Objects40 Questions
Exam 8: Arrays40 Questions
Exam 9: Searching, Sorting, Algorithm Analysis40 Questions
Exam 10: Pointers62 Questions
Exam 11: More About Classes and Object-Oriented Programming70 Questions
Exam 12: More on C-Strings and the String Class40 Questions
Exam 13: Advanced File and Io Operations40 Questions
Exam 14: Recursion20 Questions
Exam 15: Polymorphism and Virtual Functions22 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library Stl40 Questions
Exam 17: Linked Lists38 Questions
Exam 18: Stacks and Queues36 Questions
Exam 19: Binary Trees38 Questions
Select questions type
It is legal to subtract a pointer variable from another pointer variable.
(True/False)
4.9/5
(41)
When the ________ is placed in front of a variable name, it returns the address of that variable.
(Multiple Choice)
4.9/5
(34)
If arr is an array identifier and k is an integer, the expression arr[k] is equivalent to
(Multiple Choice)
4.8/5
(38)
You may use the type pointer to a structure as the type of a
(Multiple Choice)
4.8/5
(36)
If Circle is a structure type, the statement Circle *pcirc;
(Multiple Choice)
4.9/5
(34)
An array name is a pointer constant because the address it represents cannot be changed during run-time.
(True/False)
4.9/5
(31)
With pointer variables, you can ________ manipulate data stored in other variables.
(Multiple Choice)
4.9/5
(37)
A ________________ keeps track of dynamically-allocated memory and automatically deletes when it is no longer in use.
(Multiple Choice)
4.9/5
(42)
A function may return a pointer, but the programmer must ensure that the pointer
(Multiple Choice)
4.9/5
(42)
The statement int *ptr = new int; acquires memory to hold an integer and then
(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 62
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)