Multiple Choice
The indirection operator in C is ____.
A) ") "
B) ->
C) &
D) *
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: C provides the four functions, malloc(), calloc(),
Q22: In making requests for dynamic memory allocation,
Q23: Items are removed from a queue in
Q24: Which of the following statements is correct
Q25: You should never forget to restore the
Q27: The expression *emp.ptPay is equivalent to the
Q28: Deleting a structure in a linked list
Q29: The dot operator has a lower precedence
Q30: _ reserves space for an array of
Q31: The expression t1.nextaddr->name can be replaced by