In C++, you declare a pointer variable by using the ____ symbol.
A. *
B. &
C. #
D. @
Answer: A
Computer Science & Information Technology
You might also like to view...
According to Grobler and Louwrens, which two factors define corporate governance?
a. Strategic b. Tactical c. Corporate culture d. Operatoinal
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. An array is a collection of variables all of the same type. 2. An array has only one public instance variable, which is named length. 3. An arrays length instance variables value can be changed by a program. 4. An array of chars is the same as a String in Java. 5. An array name references a memory address.
Computer Science & Information Technology