CSE :: Object Oriented Programming Using C++
-
Which of the following is false?
-
The function that takes arguments to set the bits of cout is _____
-
When you declare a pointer, you must give it a _____
-
You typically initialize Short Integer, Integer, and Long Integer variables to
-
Assume that a variable will need to store only integers in the range of 1 through 20000. The most efficient data type for the variable is _____
-
Which of the following is true?
A.
A pointer variable contains the address of a variable in memory
|
B.
You should both declare and initialize a pointer before you use it
|
C.
Pointers are typically initialized to the empty string ("")
|
D.
A pointer's datatype must match the datatype of the variable to which it points
|
E.
A pointer variable is typically referred to simply as a pointer
|