A pointer constant is ____ a pointer variable created by a programmer.

A. equivalent to
B. identical to
C. very similar to
D. completely different from


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?.

a. Another common functional-style programming operation is filtering ele-ments to select only those that match a condition. b. Filtering typically produces a list with more elements than the data being filtered. c. To do filtering in a list comprehension, use the if clause. d The following includes in list4 only the even values produced by the for clause: list4 = [item for item in range(1, 11) if item % 2 == 0]

Computer Science & Information Technology

The equals method is defined in the Object class. Which of the following is correct to override it in the String class?

a. public boolean equals(String other) b. public boolean equals(Object other) c. public static boolean equals(String other) d. public static boolean equals(Object other)

Computer Science & Information Technology

A(n) ____ control is not connected to a record source and is used to display information, lines, rectangles, and pictures.

A. bound B. unbound C. either a. or b. D. neither a. nor b.

Computer Science & Information Technology

Match the case with its description

I. Involved 90 computers in 18 countries A. Involved a $1.4 billion pension deficit II. Prudential Insurance Company B. Employees received 34 months jail sentence for illegally gained company stock III. Cisco Systems C. Incriminating e-mail revealed senior management perpetrated fraud and received inflated bonuses IV. San Diego city employees D. Database administrator copied employee information and attempted to sell it over the Internet

Computer Science & Information Technology