Which of the following statements about pointer variables is false?

A. To access a variable through a pointer, we use the indirection operator (*).
B. Only one pointer can be pointing to a variable at a time.
C. The indirection and address operators are the inverse of each other.
D. To declare and define a pointer variable, we suffix its type with an asterisk.
E. To change a pointer variable so that it is pointing to nothing, we assign it the value NULL.


Answer: B

Computer Science & Information Technology

You might also like to view...

What is proper form flow?

What will be an ideal response?

Computer Science & Information Technology

Start With Previous sets the animation to begin at the same time as the previous effect

Indicate whether the statement is true or false

Computer Science & Information Technology

?Effective online documentation is an important productivity tool because it empowers users and reduces the time that IT staff members must spend in providing telephone, e-mail, or face-to-face assistance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a TCP segment, what field indicates how many bytes the sender can issue to a receiver before acknowledgment is received?

a. urgent pointer b. sliding-window c. URG flag d. PSH flag

Computer Science & Information Technology