The indirection operator in C is ____.

A. &
B. *
C. ->
D. .


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1.An object of a derived class can be stored in a base class variable 2. The derived class may define variables and member functions other than those that are in the base class. 3. The base class has everything that is in the derived class and more 4. The constructor for a class is inherited. 5. A derived class automatically gets all the member variables from the base class.

Computer Science & Information Technology

A binary tree is a collection of nodes in which

A) each node has at most one predecessor and at most one successor B) each node has at most one predecessor and exactly two successors C) each node has at most one predecessor and at most two successors D) each node has at least one predecessor and at most two successors }

Computer Science & Information Technology

What should you consider installing if you want to inspect packets as they leave the network?

A. security workstation B. RIP router C. filtering proxy D. reverse firewall

Computer Science & Information Technology

Which of the following is NOT an Access comparison operator?

A) < B) = C) ? D) >=

Computer Science & Information Technology