Quiz 2
-
-
Define “pointer.”
-
How is a pointer different from a thing?
-
How many pointers can point to a single thing?
-
What happens if you assign a pointer NULL and then try and dereference it?
-
Are pointers more efficient than arrays?
-
Are pointers more risky to use than arrays?
-
Which of the preceding two questions is the more important?
-